projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39529a9
)
bpf: Clean up indentation issue in BTF kflag processing
author
Colin Ian King
<colin.king@canonical.com>
Wed, 25 Sep 2019 09:38:35 +0000
(10:38 +0100)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Thu, 26 Sep 2019 15:09:18 +0000
(17:09 +0200)
There is a statement that is indented one level too deeply, remove
the extraneous tab.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link:
https://lore.kernel.org/bpf/20190925093835.19515-1-colin.king@canonical.com
kernel/bpf/btf.c
patch
|
blob
|
history
diff --git
a/kernel/bpf/btf.c
b/kernel/bpf/btf.c
index 722d38e543e9ee6d193b676162466d0dd34f152c..29c7c06c6bd60cb21195ec42425938f39867150e 100644
(file)
--- a/
kernel/bpf/btf.c
+++ b/
kernel/bpf/btf.c
@@
-2332,7
+2332,7
@@
static int btf_enum_check_kflag_member(struct btf_verifier_env *env,
if (BITS_PER_BYTE_MASKED(struct_bits_off)) {
btf_verifier_log_member(env, struct_type, member,
"Member is not byte aligned");
-
return -EINVAL;
+ return -EINVAL;
}
nr_bits = int_bitsize;