]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
netlink: Fix portid type in netlink_notify
authorRichard Weinberger <richard@nod.at>
Sun, 12 Apr 2015 22:52:35 +0000 (00:52 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Apr 2015 20:35:16 +0000 (16:35 -0400)
commit0392d099ab29767b8d7d4d1d29e8020f8abe943f
tree40553a0f777d6042202c0793dbad7a330b6b53f0
parent3d0d26c7976bf190c3f1d2efbc31462db8246bc0
netlink: Fix portid type in netlink_notify

portid is an unsigned integer. Fix netlink_notify to
match all other portid user in the kernel.

Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netlink.h