]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
bridge: use __u16 in if_bridge.h
authorCong Wang <amwang@redhat.com>
Thu, 14 Feb 2013 05:32:31 +0000 (13:32 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Feb 2013 05:54:17 +0000 (00:54 -0500)
We should use "__u16" instead of "u16" in the user-space visable
header.

Cc: Vlad Yasevich <vyasevic@redhat.com>
Cc: Stephen Hemminger <stephen@networkplumber.org>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/if_bridge.h

index f1bf8d34ac9f41241a988f4f432a05d27dabe457..2d70d79ce2fd8e816e0271f4b771572c05253cef 100644 (file)
@@ -124,8 +124,8 @@ enum {
 #define BRIDGE_VLAN_INFO_UNTAGGED      (1<<2)  /* VLAN egresses untagged */
 
 struct bridge_vlan_info {
 #define BRIDGE_VLAN_INFO_UNTAGGED      (1<<2)  /* VLAN egresses untagged */
 
 struct bridge_vlan_info {
-       u16 flags;
-       u16 vid;
+       __u16 flags;
+       __u16 vid;
 };
 
 /* Bridge multicast database attributes
 };
 
 /* Bridge multicast database attributes