projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9358135
)
bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_run
author
Chris Packham
<chris.packham@alliedtelesis.co.nz>
Mon, 25 May 2020 23:00:24 +0000
(11:00 +1200)
committer
Alexei Starovoitov
<ast@kernel.org>
Mon, 1 Jun 2020 21:38:20 +0000
(14:38 -0700)
Change 'handeled' to 'handled'.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link:
https://lore.kernel.org/bpf/20200525230025.14470-1-chris.packham@alliedtelesis.co.nz
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/core.c
patch
|
blob
|
history
diff --git
a/kernel/bpf/core.c
b/kernel/bpf/core.c
index c40ff4cf9880673dd4685de00b71d30734e311f2..af52ca658c73a980e4cd71829cc0ebeaf33574e8 100644
(file)
--- a/
kernel/bpf/core.c
+++ b/
kernel/bpf/core.c
@@
-1543,7
+1543,7
@@
select_insn:
/* ARG1 at this point is guaranteed to point to CTX from
* the verifier side due to the fact that the tail call is
- * hand
e
led like a helper, that is, bpf_tail_call_proto,
+ * handled like a helper, that is, bpf_tail_call_proto,
* where arg1_type is ARG_PTR_TO_CTX.
*/
insn = prog->insnsi;