compat: remove trailing erroneous semicolon from compat-3.8.c
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Tue, 22 Jan 2013 00:00:49 +0000 (16:00 -0800)
committerLuis 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

index 186725857412bdcec4712f387c239a1b05800963..36f3c50b66bdbb55bb1ccd3570c6c91578482f5f 100644 (file)
@@ -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)
 {