projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17569fa
)
net_sched: cls_bpf: use tabs to do indent
author
Yang Yingliang
<yangyingliang@huawei.com>
Tue, 10 Dec 2013 12:55:30 +0000
(20:55 +0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 11 Dec 2013 03:44:51 +0000
(22:44 -0500)
Code indent should use tabs where possible
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_bpf.c
patch
|
blob
|
history
diff --git
a/net/sched/cls_bpf.c
b/net/sched/cls_bpf.c
index 1002a8226281ba6439b13c7a65c2b7e91945b539..d7c72be121f36bbb395c49bc5ef86c7b875dd48c 100644
(file)
--- 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;