提交 0392d099 编写于 作者: R Richard Weinberger 提交者: David S. Miller

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: NRichard Weinberger <richard@nod.at>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 3d0d26c7
...@@ -134,7 +134,7 @@ struct netlink_callback { ...@@ -134,7 +134,7 @@ struct netlink_callback {
struct netlink_notify { struct netlink_notify {
struct net *net; struct net *net;
int portid; u32 portid;
int protocol; int protocol;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册