* [PATCH net] ethtool: fix kdoc attr name
@ 2021-04-06 23:01 Jakub Kicinski
0 siblings, 0 replies; only message in thread
From: Jakub Kicinski @ 2021-04-06 23:01 UTC (permalink / raw)
To: davem; +Cc: netdev, andrew, mkubecek, Jakub Kicinski
Add missing 't' in attrtype.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
net/ethtool/netlink.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net/ethtool/netlink.h b/net/ethtool/netlink.h
index 785f7ee45930..181fda8a590e 100644
--- a/net/ethtool/netlink.h
+++ b/net/ethtool/netlink.h
@@ -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.
*
--
2.30.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-04-06 23:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-06 23:01 [PATCH net] ethtool: fix kdoc attr name Jakub Kicinski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).