net: cleanup include/linux
[deliverable/linux.git] / include / linux / if_tunnel.h
index 8d76cb4c86fa7dea7aa48742f212faedec45586e..1822d635be6b461124e659cfaa0861474a25e0bf 100644 (file)
@@ -30,8 +30,7 @@
 #define GRE_FLAGS      __cpu_to_be16(0x00F8)
 #define GRE_VERSION    __cpu_to_be16(0x0007)
 
-struct ip_tunnel_parm
-{
+struct ip_tunnel_parm {
        char                    name[IFNAMSIZ];
        int                     link;
        __be16                  i_flags;
@@ -63,8 +62,7 @@ struct ip_tunnel_6rd {
        __u16                   relay_prefixlen;
 };
 
-enum
-{
+enum {
        IFLA_GRE_UNSPEC,
        IFLA_GRE_LINK,
        IFLA_GRE_IFLAGS,
This page took 0.026156 seconds and 5 git commands to generate.