net: aquantia: Fix typo in ethtool statistics names
Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f3e2778429
commit
98bc036de4
|
@ -66,14 +66,14 @@ static const char aq_ethtool_stat_names[][ETH_GSTRING_LEN] = {
|
|||
"OutUCast",
|
||||
"OutMCast",
|
||||
"OutBCast",
|
||||
"InUCastOctects",
|
||||
"OutUCastOctects",
|
||||
"InMCastOctects",
|
||||
"OutMCastOctects",
|
||||
"InBCastOctects",
|
||||
"OutBCastOctects",
|
||||
"InOctects",
|
||||
"OutOctects",
|
||||
"InUCastOctets",
|
||||
"OutUCastOctets",
|
||||
"InMCastOctets",
|
||||
"OutMCastOctets",
|
||||
"InBCastOctets",
|
||||
"OutBCastOctets",
|
||||
"InOctets",
|
||||
"OutOctets",
|
||||
"InPacketsDma",
|
||||
"OutPacketsDma",
|
||||
"InOctetsDma",
|
||||
|
|
Loading…
Reference in New Issue