diff options
author | Michael Heimpold <mhei@heimpold.de> | 2018-07-11 23:10:55 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-14 03:26:27 +0200 |
commit | c3086637b0d7dbee0925697f8dbee2bcf9637b9f (patch) | |
tree | 722dfc43847fedb9abe857232c799e3db30c69bd /include | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf (diff) | |
download | linux-c3086637b0d7dbee0925697f8dbee2bcf9637b9f.tar.xz linux-c3086637b0d7dbee0925697f8dbee2bcf9637b9f.zip |
net: ethtool: fix spelling mistake: "tubale" -> "tunable"
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/ethtool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h index 4ca65b56084f..7363f18e65a5 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, |