aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netlink.h
diff options
context:
space:
mode:
authorNicolas Dichtel <nicolas.dichtel@6wind.com>2014-10-16 15:47:51 +0200
committerDavid S. Miller <davem@davemloft.net>2014-10-16 14:52:35 -0400
commit2c6ba4b15b5ef38213b6c42ce09e9398f78cef9f (patch)
treea4120bda0007cd7ca296edb9ff1524ebac4ea6a5 /include/net/netlink.h
parentMerge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net (diff)
downloadlinux-dev-2c6ba4b15b5ef38213b6c42ce09e9398f78cef9f.tar.xz
linux-dev-2c6ba4b15b5ef38213b6c42ce09e9398f78cef9f.zip
netlink: fix description of portid
Avoid confusion between pid and portid. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netlink.h')
-rw-r--r--include/net/netlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netlink.h b/include/net/netlink.h
index 6c1076275aaa..7b903e1bdbbb 100644
--- 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