Re: [PATCH] netlink: fix typo in nla_parse_nested() comment

2018-09-29 Thread David Miller
From: Johannes Berg Date: Wed, 26 Sep 2018 22:19:42 +0200 > From: Johannes Berg > > Fix a simple typo: attribuets -> attributes > > Signed-off-by: Johannes Berg Applied.

[PATCH] netlink: fix typo in nla_parse_nested() comment

2018-09-26 Thread Johannes Berg
From: Johannes Berg Fix a simple typo: attribuets -> attributes Signed-off-by: Johannes Berg --- 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 ---