From: Jakub Kicinski Date: Mon, 12 Apr 2021 18:47:07 +0000 (-0700) Subject: ethtool: fix kdoc attr name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f33b0e196ed7aa3dc285b26db7768c1db1eb3a41;p=linux.git ethtool: fix kdoc attr name Add missing 't' in attrtype. Signed-off-by: Jakub Kicinski Reviewed-by: Andrew Lunn Signed-off-by: David S. Miller --- diff --git a/net/ethtool/netlink.h b/net/ethtool/netlink.h index 6eabd58d81bfe..cde9f3169ae5d 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. *