Message ID | 1426246276-15839-2-git-send-email-richard@nod.at (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Kalle Valo |
Headers | show |
diff --git a/include/linux/netlink.h b/include/linux/netlink.h index 02fc86d..6a7e43e 100644 --- a/include/linux/netlink.h +++ b/include/linux/netlink.h @@ -134,7 +134,7 @@ struct netlink_callback { struct netlink_notify { struct net *net; - int portid; + unsigned int portid; int protocol; };
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> --- include/linux/netlink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)