Commit 98bc036d authored by Igor Russkikh's avatar Igor Russkikh Committed by David S. Miller

net: aquantia: Fix typo in ethtool statistics names

Signed-off-by: default avatarIgor Russkikh <igor.russkikh@aquantia.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f3e27784
...@@ -66,14 +66,14 @@ static const char aq_ethtool_stat_names[][ETH_GSTRING_LEN] = { ...@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment