projects
/
profile
/
wearable
/
platform
/
kernel
/
linux-4.9-exynos9110.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3331177
)
netlink: fix description of portid
author
Nicolas Dichtel
<nicolas.dichtel@6wind.com>
Thu, 16 Oct 2014 13:47:51 +0000
(15:47 +0200)
committer
David S. Miller
<davem@davemloft.net>
Thu, 16 Oct 2014 18:52:35 +0000
(14:52 -0400)
Avoid confusion between pid and portid.
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netlink.h
patch
|
blob
|
history
diff --git
a/include/net/netlink.h
b/include/net/netlink.h
index
6c10762
..
7b903e1
100644
(file)
--- a/
include/net/netlink.h
+++ b/
include/net/netlink.h
@@
-431,7
+431,7
@@
static inline int nlmsg_report(const struct nlmsghdr *nlh)
/**
* nlmsg_put - Add a new netlink message to an skb
* @skb: socket buffer to store message in
- * @portid: netlink
process id
+ * @portid: netlink
PORTID of requesting application
* @seq: sequence number of message
* @type: message type
* @payload: length of message payload