Skip to content

Commit

Permalink
ethtool: fix kdoc attr name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jakub Kicinski authored and David S. Miller committed Apr 12, 2021
1 parent 1fe976d commit f33b0e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions net/ethtool/netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit f33b0e1

Please sign in to comment.