[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1428616637-21690-1-git-send-email-richard@nod.at>
Date: Thu, 9 Apr 2015 23:57:13 +0200
From: Richard Weinberger <richard@....at>
To: netdev@...r.kernel.org
Cc: linux-wireless@...r.kernel.org, coreteam@...filter.org,
netfilter-devel@...r.kernel.org, linux-kernel@...r.kernel.org,
sameo@...ux.intel.com, aloisio.almeida@...nbossa.org,
lauro.venancio@...nbossa.org, davem@...emloft.net,
kadlec@...ckhole.kfki.hu, kaber@...sh.net, pablo@...filter.org,
Richard Weinberger <richard@....at>
Subject: [PATCH 1/5 v2] 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@....at>
---
include/linux/netlink.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
};
--
1.8.4.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists