projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
661e4e3
)
bpf: fix spelling mistake: "obusing" -> "abusing"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 10 Jan 2018 09:20:54 +0000
(09:20 +0000)
committer
Alexei Starovoitov
<ast@kernel.org>
Wed, 10 Jan 2018 22:32:59 +0000
(14:32 -0800)
Trivial fix to spelling mistake in error message text.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/verifier.c
patch
|
blob
|
history
diff --git
a/kernel/bpf/verifier.c
b/kernel/bpf/verifier.c
index
b414d6b
..
96ab165
100644
(file)
--- a/
kernel/bpf/verifier.c
+++ b/
kernel/bpf/verifier.c
@@
-4472,7
+4472,7
@@
static int fixup_bpf_calls(struct bpf_verifier_env *env)
*/
map_ptr = env->insn_aux_data[i + delta].map_ptr;
if (map_ptr == BPF_MAP_PTR_POISON) {
- verbose(env, "tail_call
o
busing map_ptr\n");
+ verbose(env, "tail_call
a
busing map_ptr\n");
return -EINVAL;
}
if (!map_ptr->unpriv_array)