Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c6ba4b1 authored by Nicolas Dichtel's avatar Nicolas Dichtel Committed by David S. Miller
Browse files

netlink: fix description of portid



Avoid confusion between pid and portid.

Signed-off-by: default avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3331177c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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