aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-09-25 10:38:35 +0100
committerDaniel Borkmann <daniel@iogearbox.net>2019-09-26 17:09:18 +0200
commite3439af4a339acd7fddbd6d59b8ecefaac07a611 (patch)
tree6b5fa609c93c167e9612e966151285ccc358e3a6 /kernel
parentlibbpf: Teach btf_dumper to emit stand-alone anonymous enum definitions (diff)
downloadlinux-dev-e3439af4a339acd7fddbd6d59b8ecefaac07a611.tar.xz
linux-dev-e3439af4a339acd7fddbd6d59b8ecefaac07a611.zip
bpf: Clean up indentation issue in BTF kflag processing
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
Diffstat (limited to 'kernel')
-rw-r--r--kernel/bpf/btf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/bpf/btf.c b/kernel/bpf/btf.c
index 722d38e543e9..29c7c06c6bd6 100644
--- 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;