diff options
author | Yang Yingliang <yangyingliang@huawei.com> | 2013-12-10 20:55:30 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-10 22:44:51 -0500 |
commit | 1fab9abc56036256265f350c700d3d1251a47f0a (patch) | |
tree | 9c565a449d9c5c3c9b990e3e4ef6ead0c0785d64 /net/sched | |
parent | 17569faedf84768e76b204ba6d682022b830a3ed (diff) |
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>
Diffstat (limited to 'net/sched')
-rw-r--r-- | net/sched/cls_bpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_bpf.c b/net/sched/cls_bpf.c index 1002a8226281..d7c72be121f3 100644 --- a/net/sched/cls_bpf.c +++ b/net/sched/cls_bpf.c @@ -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; |