Commit f33b0e19 authored by Jakub Kicinski's avatar Jakub Kicinski Committed by David S. Miller

ethtool: fix kdoc attr name

Add missing 't' in attrtype.
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1fe976d3
...@@ -37,7 +37,7 @@ static inline int ethnl_strz_size(const char *s) ...@@ -37,7 +37,7 @@ static inline int ethnl_strz_size(const char *s)
/** /**
* ethnl_put_strz() - put string attribute with fixed size string * ethnl_put_strz() - put string attribute with fixed size string
* @skb: skb with the message * @skb: skb with the message
* @attrype: attribute type * @attrtype: attribute type
* @s: ETH_GSTRING_LEN sized string (may not be null terminated) * @s: ETH_GSTRING_LEN sized string (may not be null terminated)
* *
* Puts an attribute with null terminated string from @s into the message. * Puts an attribute with null terminated string from @s into the message.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment