net_sched: cls_bpf: use tabs to do indent
Code indent should use tabs where possible Signed-off-by: Yang Yingliang <yangyingliang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
17569faedf
commit
1fab9abc56
@ -323,7 +323,7 @@ static int cls_bpf_dump(struct tcf_proto *tp, unsigned long fh,
|
|||||||
if (nla == NULL)
|
if (nla == NULL)
|
||||||
goto nla_put_failure;
|
goto nla_put_failure;
|
||||||
|
|
||||||
memcpy(nla_data(nla), prog->bpf_ops, nla_len(nla));
|
memcpy(nla_data(nla), prog->bpf_ops, nla_len(nla));
|
||||||
|
|
||||||
if (tcf_exts_dump(skb, &prog->exts, &bpf_ext_map) < 0)
|
if (tcf_exts_dump(skb, &prog->exts, &bpf_ext_map) < 0)
|
||||||
goto nla_put_failure;
|
goto nla_put_failure;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user