瀏覽代碼

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>
Nicolas Dichtel 10 年之前
父節點
當前提交
2c6ba4b15b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/net/netlink.h

+ 1 - 1
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
  * nlmsg_put - Add a new netlink message to an skb
  * @skb: socket buffer to store message in
  * @skb: socket buffer to store message in
- * @portid: netlink process id
+ * @portid: netlink PORTID of requesting application
  * @seq: sequence number of message
  * @seq: sequence number of message
  * @type: message type
  * @type: message type
  * @payload: length of message payload
  * @payload: length of message payload