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>
This commit is contained in:
Jamal Hadi Salim 2016-06-05 10:41:32 -04:00 committed by David S. Miller
parent be11991368
commit 0b0f43fe2e
9 changed files with 41 additions and 28 deletions

View file

@ -115,8 +115,8 @@ struct tc_police {
__u32 mtu;
struct tc_ratespec rate;
struct tc_ratespec peakrate;
int refcnt;
int bindcnt;
int refcnt;
int bindcnt;
__u32 capab;
};
@ -128,7 +128,7 @@ struct tcf_t {
};
struct tc_cnt {
int refcnt;
int refcnt;
int bindcnt;
};