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:
cf0dd41
)
bpf: btf: fix spelling mistake "Memmber" -> "Member"
author
Colin Ian King
<colin.king@canonical.com>
Sun, 25 Nov 2018 23:32:51 +0000
(23:32 +0000)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Mon, 26 Nov 2018 00:28:16 +0000
(
01:28
+0100)
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>
kernel/bpf/btf.c
patch
|
blob
|
history
diff --git
a/kernel/bpf/btf.c
b/kernel/bpf/btf.c
index 69da9169819adb3ace31c3a9a042ff6369e1d073..a09b2f94ab25bd6a698f735589e3412038d59c09 100644
(file)
--- a/
kernel/bpf/btf.c
+++ b/
kernel/bpf/btf.c
@@
-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,
- "Mem
m
ber bits_offset exceeds its struct size");
+ "Member bits_offset exceeds its struct size");
return -EINVAL;
}