We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe976d commit f33b0e1Copy full SHA for f33b0e1
net/ethtool/netlink.h
@@ -36,9 +36,9 @@ static inline int ethnl_strz_size(const char *s)
36
37
/**
38
* 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)
+ * @skb: skb with the message
+ * @attrtype: attribute type
+ * @s: ETH_GSTRING_LEN sized string (may not be null terminated)
42
*
43
* Puts an attribute with null terminated string from @s into the message.
44
0 commit comments