diff mbox series

net: ethtool: fix spelling mistake: "tubale" -> "tunable"

Message ID 20180711211055.14318-1-mhei@heimpold.de
State Accepted, archived
Delegated to: David Miller
Headers show
Series net: ethtool: fix spelling mistake: "tubale" -> "tunable" | expand

Commit Message

Michael Heimpold July 11, 2018, 9:10 p.m. UTC
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
---
 include/uapi/linux/ethtool.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller July 14, 2018, 1:26 a.m. UTC | #1
From: Michael Heimpold <mhei@heimpold.de>
Date: Wed, 11 Jul 2018 23:10:55 +0200

> Signed-off-by: Michael Heimpold <mhei@heimpold.de>

Applied, thanks.
diff mbox series

Patch

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,