Skip to content

Commit 2c6ba4b

Browse files
NicolasDichteldavem330
authored andcommitted
netlink: fix description of portid
Avoid confusion between pid and portid. Signed-off-by: Nicolas Dichtel <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 3331177 commit 2c6ba4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/net/netlink.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ static inline int nlmsg_report(const struct nlmsghdr *nlh)
431431
/**
432432
* nlmsg_put - Add a new netlink message to an skb
433433
* @skb: socket buffer to store message in
434-
* @portid: netlink process id
434+
* @portid: netlink PORTID of requesting application
435435
* @seq: sequence number of message
436436
* @type: message type
437437
* @payload: length of message payload

0 commit comments

Comments
 (0)