Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ethtool: fix kdoc attr name

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>

authored by

Jakub Kicinski and committed by
David S. Miller
f33b0e19 1fe976d3

+3 -3
+3 -3
net/ethtool/netlink.h
··· 36 36 37 37 /** 38 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) 39 + * @skb: skb with the message 40 + * @attrtype: attribute type 41 + * @s: ETH_GSTRING_LEN sized string (may not be null terminated) 42 42 * 43 43 * Puts an attribute with null terminated string from @s into the message. 44 44 *