All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] netlink: fix typo in nla_parse_nested() comment
@ 2018-09-26 20:19 Johannes Berg
  2018-09-29 18:49 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2018-09-26 20:19 UTC (permalink / raw)
  To: netdev; +Cc: Johannes Berg

From: Johannes Berg <johannes.berg@intel.com>

Fix a simple typo: attribuets -> attributes

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 include/net/netlink.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/netlink.h b/include/net/netlink.h
index ddabc832febc..69866f5a97f2 100644
--- a/include/net/netlink.h
+++ b/include/net/netlink.h
@@ -153,7 +153,7 @@
  *   nla_find()				find attribute in stream of attributes
  *   nla_find_nested()			find attribute in nested attributes
  *   nla_parse()			parse and validate stream of attrs
- *   nla_parse_nested()			parse nested attribuets
+ *   nla_parse_nested()			parse nested attributes
  *   nla_for_each_attr()		loop over all attributes
  *   nla_for_each_nested()		loop over the nested attributes
  *=========================================================================
-- 
2.14.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] netlink: fix typo in nla_parse_nested() comment
  2018-09-26 20:19 [PATCH] netlink: fix typo in nla_parse_nested() comment Johannes Berg
@ 2018-09-29 18:49 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-09-29 18:49 UTC (permalink / raw)
  To: johannes; +Cc: netdev, johannes.berg

From: Johannes Berg <johannes@sipsolutions.net>
Date: Wed, 26 Sep 2018 22:19:42 +0200

> From: Johannes Berg <johannes.berg@intel.com>
> 
> Fix a simple typo: attribuets -> attributes
> 
> Signed-off-by: Johannes Berg <johannes.berg@intel.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-30  1:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-26 20:19 [PATCH] netlink: fix typo in nla_parse_nested() comment Johannes Berg
2018-09-29 18:49 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.