net: cleanup include/net
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / net / fib_rules.h
index ca4b2e840078627befec9069f7bdc972778fe7b5..2cd707b15d596d30306a078d30a18bada299c4c1 100644 (file)
@@ -7,8 +7,7 @@
 #include <net/flow.h>
 #include <net/rtnetlink.h>
 
-struct fib_rule
-{
+struct fib_rule {
        struct list_head        list;
        atomic_t                refcnt;
        int                     ifindex;
@@ -25,15 +24,13 @@ struct fib_rule
        struct net *            fr_net;
 };
 
-struct fib_lookup_arg
-{
+struct fib_lookup_arg {
        void                    *lookup_ptr;
        void                    *result;
        struct fib_rule         *rule;
 };
 
-struct fib_rules_ops
-{
+struct fib_rules_ops {
        int                     family;
        struct list_head        list;
        int                     rule_size;