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:

committed by
David S. Miller

parent
be11991368
commit
0b0f43fe2e
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user