aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c
diff options
context:
space:
mode:
authorFranco Fichtner <franco@lastsummer.de>2011-05-12 02:42:04 -0400
committerDavid S. Miller <davem@davemloft.net>2011-05-12 17:50:04 -0400
commit864b5418ebc16893cfd27ff3cda254eff0f56d6f (patch)
treea604239a2581273a2ce01220cb11703a3040d6e4 /net/core/ethtool.c
parentf607a158004d75c9005423ce1ba70dc6ec3dd9c2 (diff)
ethtool: bring back missing comma in netdev features strings
The issue was introduced in commit eed2a12f1ed9aabf. Signed-off-by: Franco Fichtner <franco@lastsummer.de> Acked-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Acked-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/ethtool.c')
-rw-r--r--net/core/ethtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/ethtool.c b/net/core/ethtool.c
index b6f405888538..b8c2b10f397a 100644
--- a/net/core/ethtool.c
+++ b/net/core/ethtool.c
@@ -361,7 +361,7 @@ static const char netdev_features_strings[ETHTOOL_DEV_FEATURE_WORDS * 32][ETH_GS
361 /* NETIF_F_NTUPLE */ "rx-ntuple-filter", 361 /* NETIF_F_NTUPLE */ "rx-ntuple-filter",
362 /* NETIF_F_RXHASH */ "rx-hashing", 362 /* NETIF_F_RXHASH */ "rx-hashing",
363 /* NETIF_F_RXCSUM */ "rx-checksum", 363 /* NETIF_F_RXCSUM */ "rx-checksum",
364 /* NETIF_F_NOCACHE_COPY */ "tx-nocache-copy" 364 /* NETIF_F_NOCACHE_COPY */ "tx-nocache-copy",
365 /* NETIF_F_LOOPBACK */ "loopback", 365 /* NETIF_F_LOOPBACK */ "loopback",
366}; 366};
367 367