Skip to content

Commit f33b0e1

Browse files
kuba-moodavem330
authored andcommitted
ethtool: fix kdoc attr name
Add missing 't' in attrtype. Signed-off-by: Jakub Kicinski <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 1fe976d commit f33b0e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

net/ethtool/netlink.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ static inline int ethnl_strz_size(const char *s)
3636

3737
/**
3838
* ethnl_put_strz() - put string attribute with fixed size string
39-
* @skb: skb with the message
40-
* @attrype: attribute type
41-
* @s: ETH_GSTRING_LEN sized string (may not be null terminated)
39+
* @skb: skb with the message
40+
* @attrtype: attribute type
41+
* @s: ETH_GSTRING_LEN sized string (may not be null terminated)
4242
*
4343
* Puts an attribute with null terminated string from @s into the message.
4444
*

0 commit comments

Comments
 (0)