From: Nicolas Dichtel Date: Thu, 16 Oct 2014 13:47:51 +0000 (+0200) Subject: netlink: fix description of portid X-Git-Tag: v3.18-rc1~32^2~20 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=2c6ba4b15b5ef38213b6c42ce09e9398f78cef9f;p=~emulex%2Finfiniband.git netlink: fix description of portid Avoid confusion between pid and portid. Signed-off-by: Nicolas Dichtel Signed-off-by: David S. Miller --- diff --git a/include/net/netlink.h b/include/net/netlink.h index 6c1076275aa..7b903e1bdbb 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