projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f607a15
)
ethtool: bring back missing comma in netdev features strings
author
Franco Fichtner
<
[email protected]
>
Thu, 12 May 2011 06:42:04 +0000
(06:42 +0000)
committer
David S. Miller
<
[email protected]
>
Thu, 12 May 2011 21:50:04 +0000
(17:50 -0400)
The issue was introduced in commit
eed2a12f1ed9aabf
.
Signed-off-by: Franco Fichtner <
[email protected]
>
Acked-by: Michał Mirosław <
[email protected]
>
Acked-by: Ben Hutchings <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/core/ethtool.c
patch
|
blob
|
history
diff --git
a/net/core/ethtool.c
b/net/core/ethtool.c
index b6f40588853851caf646178d86bb2c4feebb392d..b8c2b10f397a1cb2ae65c511b96740eab389047e 100644
(file)
--- 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
/* NETIF_F_NTUPLE */ "rx-ntuple-filter",
/* NETIF_F_RXHASH */ "rx-hashing",
/* NETIF_F_RXCSUM */ "rx-checksum",
- /* NETIF_F_NOCACHE_COPY */ "tx-nocache-copy"
+ /* NETIF_F_NOCACHE_COPY */ "tx-nocache-copy"
,
/* NETIF_F_LOOPBACK */ "loopback",
};