From: Michael Heimpold Date: Wed, 11 Jul 2018 21:10:55 +0000 (+0200) Subject: net: ethtool: fix spelling mistake: "tubale" -> "tunable" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c3086637b0d7dbee0925697f8dbee2bcf9637b9f;p=linux.git net: ethtool: fix spelling mistake: "tubale" -> "tunable" Signed-off-by: Michael Heimpold Signed-off-by: David S. Miller --- diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h index 4ca65b56084f9..7363f18e65a55 100644 --- a/include/uapi/linux/ethtool.h +++ b/include/uapi/linux/ethtool.h @@ -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,