Skip to content

Commit

Permalink
net_sched: cls_bpf: use tabs to do indent
Browse files Browse the repository at this point in the history
Code indent should use tabs where possible

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Yang Yingliang authored and David S. Miller committed Dec 11, 2013
1 parent 17569fa commit 1fab9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sched/cls_bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ static int cls_bpf_dump(struct tcf_proto *tp, unsigned long fh,
if (nla == NULL)
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)
goto nla_put_failure;
Expand Down

0 comments on commit 1fab9ab

Please sign in to comment.