diff options
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2014-10-16 15:47:51 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-16 14:52:35 -0400 |
commit | 2c6ba4b15b5ef38213b6c42ce09e9398f78cef9f (patch) | |
tree | a4120bda0007cd7ca296edb9ff1524ebac4ea6a5 /include | |
parent | 3331177cbde01e03e2eae7aee13ad87fffd7be42 (diff) | |
download | linux-exynos-2c6ba4b15b5ef38213b6c42ce09e9398f78cef9f.tar.gz linux-exynos-2c6ba4b15b5ef38213b6c42ce09e9398f78cef9f.tar.bz2 linux-exynos-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')
-rw-r--r-- | include/net/netlink.h | 2 |
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 |