Message ID | 1428879159-19237-1-git-send-email-richard@nod.at (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Kalle Valo |
Headers | show |
From: Richard Weinberger <richard@nod.at> Date: Mon, 13 Apr 2015 00:52:35 +0200 > 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> Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/include/linux/netlink.h b/include/linux/netlink.h index 02fc86d..6835c12 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; + u32 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(-)