net: ethtool: fix spelling mistake: "tubale" -> "tunable"
authorMichael Heimpold <mhei@heimpold.de>
Wed, 11 Jul 2018 21:10:55 +0000 (23:10 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 14 Jul 2018 01:26:27 +0000 (18:26 -0700)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/ethtool.h

index 4ca65b5..7363f18 100644 (file)
@@ -226,7 +226,7 @@ enum tunable_id {
        ETHTOOL_TX_COPYBREAK,
        ETHTOOL_PFC_PREVENTION_TOUT, /* timeout in msecs */
        /*
-        * Add your fresh new tubale attribute above and remember to update
+        * Add your fresh new tunable attribute above and remember to update
         * tunable_strings[] in net/core/ethtool.c
         */
        __ETHTOOL_TUNABLE_COUNT,