mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 14:52:34 +00:00
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:
parent
be11991368
commit
0b0f43fe2e
9 changed files with 41 additions and 28 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue