projects
/
platform
/
kernel
/
linux-starfive.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 b414d6b2d47070505f3a60fcd8b58478b293d2ad..96ab165c873c22272911d0e8c4351b6b4d27be77 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)