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",
|
"OutUCast",
|
||||||
"OutMCast",
|
"OutMCast",
|
||||||
"OutBCast",
|
"OutBCast",
|
||||||
"InUCastOctects",
|
"InUCastOctets",
|
||||||
"OutUCastOctects",
|
"OutUCastOctets",
|
||||||
"InMCastOctects",
|
"InMCastOctets",
|
||||||
"OutMCastOctects",
|
"OutMCastOctets",
|
||||||
"InBCastOctects",
|
"InBCastOctets",
|
||||||
"OutBCastOctects",
|
"OutBCastOctets",
|
||||||
"InOctects",
|
"InOctets",
|
||||||
"OutOctects",
|
"OutOctets",
|
||||||
"InPacketsDma",
|
"InPacketsDma",
|
||||||
"OutPacketsDma",
|
"OutPacketsDma",
|
||||||
"InOctetsDma",
|
"InOctetsDma",
|
||||||
|
Loading…
Reference in New Issue
Block a user