diff options
author | Jamal Hadi Salim <jhs@mojatatu.com> | 2016-06-05 10:41:32 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-07 15:53:54 -0700 |
commit | 0b0f43fe2e7291aa97b1febeaa5a0de453d007ca (patch) | |
tree | c2f1c26ffbf8ec9d9b606a58b018622a023b2ae5 /include/net/tc_act | |
parent | be119913689724b6fe84caa779c2508547c4e8d5 (diff) |
net sched: indentation and other OCD stylistic fixes
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Acked-by: Cong Wang <xiyou.wangcong@gmail.com>
Diffstat (limited to 'include/net/tc_act')
-rw-r--r-- | include/net/tc_act/tc_defact.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/tc_act/tc_defact.h b/include/net/tc_act/tc_defact.h index 9763dcbb9bc3..ab9b5d6be67b 100644 --- a/include/net/tc_act/tc_defact.h +++ b/include/net/tc_act/tc_defact.h @@ -5,8 +5,8 @@ struct tcf_defact { struct tcf_common common; - u32 tcfd_datalen; - void *tcfd_defdata; + u32 tcfd_datalen; + void *tcfd_defdata; }; #define to_defact(a) \ container_of(a->priv, struct tcf_defact, common) |