diff options
| author | Jamal Hadi Salim <[email protected]> | 2016-06-05 10:41:32 -0400 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2016-06-07 15:53:54 -0700 |
| commit | 0b0f43fe2e7291aa97b1febeaa5a0de453d007ca (patch) | |
| tree | c2f1c26ffbf8ec9d9b606a58b018622a023b2ae5 /include/uapi | |
| parent | be119913689724b6fe84caa779c2508547c4e8d5 (diff) | |
net sched: indentation and other OCD stylistic fixes
Signed-off-by: Jamal Hadi Salim <[email protected]>
Acked-by: Cong Wang <[email protected]>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/pkt_cls.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/pkt_cls.h b/include/uapi/linux/pkt_cls.h index 9ba1410bd21d..5702e933dc07 100644 --- a/include/uapi/linux/pkt_cls.h +++ b/include/uapi/linux/pkt_cls.h @@ -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; }; |