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:
fdf5ff3
)
compat: remove trailing erroneous semicolon from compat-3.8.c
author
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Tue, 22 Jan 2013 00:00:49 +0000
(16:00 -0800)
committer
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Tue, 22 Jan 2013 00:01:41 +0000
(16:01 -0800)
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
compat/compat-3.8.c
patch
|
blob
|
history
diff --git
a/compat/compat-3.8.c
b/compat/compat-3.8.c
index 186725857412bdcec4712f387c239a1b05800963..36f3c50b66bdbb55bb1ccd3570c6c91578482f5f 100644
(file)
--- a/
compat/compat-3.8.c
+++ b/
compat/compat-3.8.c
@@
-27,7
+27,7
@@
void netdev_set_default_ethtool_ops(struct net_device *dev,
if (!dev->ethtool_ops)
dev->ethtool_ops = ops;
}
-#else /* kernel is between 3.7.0 and 3.7.4 */
;
+#else /* kernel is between 3.7.0 and 3.7.4 */
void netdev_set_default_ethtool_ops(struct net_device *dev,
const struct ethtool_ops *ops)
{