aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/if_tunnel.h
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2009-11-04 12:50:58 -0500
committerDavid S. Miller <davem@davemloft.net>2009-11-04 12:50:58 -0500
commitd94d9fee9fa4e66a0b91640a694b8b10177075b3 (patch)
tree330b2b19e63c92f1fef3d9dbe0733ddeb0109664 /include/linux/if_tunnel.h
parentb8883a65be2d925ea82b14ca0068ce9a6c8bac1f (diff)
net: cleanup include/linux
This cleanup patch puts struct/union/enum opening braces, in first line to ease grep games. struct something { becomes : struct something { Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/if_tunnel.h')
-rw-r--r--include/linux/if_tunnel.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/if_tunnel.h b/include/linux/if_tunnel.h
index 8d76cb4c86fa..1822d635be6b 100644
--- a/include/linux/if_tunnel.h
+++ b/include/linux/if_tunnel.h
@@ -30,8 +30,7 @@
30#define GRE_FLAGS __cpu_to_be16(0x00F8) 30#define GRE_FLAGS __cpu_to_be16(0x00F8)
31#define GRE_VERSION __cpu_to_be16(0x0007) 31#define GRE_VERSION __cpu_to_be16(0x0007)
32 32
33struct ip_tunnel_parm 33struct ip_tunnel_parm {
34{
35 char name[IFNAMSIZ]; 34 char name[IFNAMSIZ];
36 int link; 35 int link;
37 __be16 i_flags; 36 __be16 i_flags;
@@ -63,8 +62,7 @@ struct ip_tunnel_6rd {
63 __u16 relay_prefixlen; 62 __u16 relay_prefixlen;
64}; 63};
65 64
66enum 65enum {
67{
68 IFLA_GRE_UNSPEC, 66 IFLA_GRE_UNSPEC,
69 IFLA_GRE_LINK, 67 IFLA_GRE_LINK,
70 IFLA_GRE_IFLAGS, 68 IFLA_GRE_IFLAGS,