Skip to content

Commit

Permalink
bpf: btf: fix spelling mistake "Memmber" -> "Member"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a btf_verifier_log_member message,
fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
  • Loading branch information
Colin Ian King authored and Daniel Borkmann committed Nov 26, 2018
1 parent cf0dd41 commit 311fe1a
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 @@ -1621,7 +1621,7 @@ static s32 btf_struct_check_meta(struct btf_verifier_env *env,

if (BITS_ROUNDUP_BYTES(member->offset) > struct_size) {
btf_verifier_log_member(env, t, member,
"Memmber bits_offset exceeds its struct size");
"Member bits_offset exceeds its struct size");
return -EINVAL;
}

Expand Down

0 comments on commit 311fe1a

Please sign in to comment.