net: cleanup include/linux
[deliverable/linux.git] / include / linux / tc_act / tc_gact.h
index e895c0a396291a64e3010a4f30824bdfab20ceb7..f7bf94eed510d47dec8355939b9fc41f5ee625f6 100644 (file)
@@ -5,14 +5,12 @@
 #include <linux/pkt_cls.h>
 
 #define TCA_ACT_GACT 5
-struct tc_gact
-{
+struct tc_gact {
        tc_gen;
 
 };
 
-struct tc_gact_p
-{
+struct tc_gact_p {
 #define PGACT_NONE              0
 #define PGACT_NETRAND           1
 #define PGACT_DETERM            2
@@ -22,8 +20,7 @@ struct tc_gact_p
        int                   paction;
 };
  
-enum
-{
+enum {
        TCA_GACT_UNSPEC,
        TCA_GACT_TM,
        TCA_GACT_PARMS,
This page took 0.026911 seconds and 5 git commands to generate.