Skip to content

Commit e3439af

Browse files
Colin Ian Kingborkmann
authored andcommitted
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 <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 39529a9 commit e3439af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/bpf/btf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,7 @@ static int btf_enum_check_kflag_member(struct btf_verifier_env *env,
23322332
if (BITS_PER_BYTE_MASKED(struct_bits_off)) {
23332333
btf_verifier_log_member(env, struct_type, member,
23342334
"Member is not byte aligned");
2335-
return -EINVAL;
2335+
return -EINVAL;
23362336
}
23372337

23382338
nr_bits = int_bitsize;

0 commit comments

Comments
 (0)