diff options
author | Jamal Hadi Salim <jhs@mojatatu.com> | 2016-09-18 14:45:33 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-09-20 04:04:14 +0200 |
commit | 5a7a5555a362f60350668cd124df9a396f546c61 (patch) | |
tree | 81c098fab52f338cedd8ba5d89c786ce3cd128c5 /net/sched/act_mirred.c | |
parent | net sched actions police: peg drop stats for conforming traffic (diff) | |
download | linux-5a7a5555a362f60350668cd124df9a396f546c61.tar.xz linux-5a7a5555a362f60350668cd124df9a396f546c61.zip |
net sched: stylistic cleanups
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/act_mirred.c')
-rw-r--r-- | net/sched/act_mirred.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sched/act_mirred.c b/net/sched/act_mirred.c index 6038c85d92f5..1c76387c5d9c 100644 --- a/net/sched/act_mirred.c +++ b/net/sched/act_mirred.c @@ -204,7 +204,8 @@ out: return retval; } -static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) +static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, + int ref) { unsigned char *b = skb_tail_pointer(skb); struct tcf_mirred *m = to_mirred(a); |