Skip to content

Commit

Permalink
bpf: Clean up indentation issue in BTF kflag processing
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
Colin Ian King authored and borkmann committed Sep 26, 2019
1 parent 39529a9 commit e3439af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/bpf/btf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e3439af

Please sign in to comment.