aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2021-04-12 11:47:07 -0700
committerDavid S. Miller <davem@davemloft.net>2021-04-12 14:21:51 -0700
commitf33b0e196ed7aa3dc285b26db7768c1db1eb3a41 (patch)
tree7e1142957a20062f58e7fe770fb44dc483776444 /net/ethtool
parentnet: phy: marvell: fix detection of PHY on Topaz switches (diff)
downloadlinux-dev-f33b0e196ed7aa3dc285b26db7768c1db1eb3a41.tar.xz
linux-dev-f33b0e196ed7aa3dc285b26db7768c1db1eb3a41.zip
ethtool: fix kdoc attr name
Add missing 't' in attrtype. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ethtool')
-rw-r--r--net/ethtool/netlink.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ethtool/netlink.h b/net/ethtool/netlink.h
index 6eabd58d81bf..cde9f3169ae5 100644
--- a/net/ethtool/netlink.h
+++ b/net/ethtool/netlink.h
@@ -36,9 +36,9 @@ static inline int ethnl_strz_size(const char *s)
/**
* ethnl_put_strz() - put string attribute with fixed size string
- * @skb: skb with the message
- * @attrype: attribute type
- * @s: ETH_GSTRING_LEN sized string (may not be null terminated)
+ * @skb: skb with the message
+ * @attrtype: attribute type
+ * @s: ETH_GSTRING_LEN sized string (may not be null terminated)
*
* Puts an attribute with null terminated string from @s into the message.
*