bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_run
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>
This commit is contained in:
Родитель
93581359e7
Коммит
0142dddcbe
|
@ -1543,7 +1543,7 @@ select_insn:
|
||||||
|
|
||||||
/* ARG1 at this point is guaranteed to point to CTX from
|
/* ARG1 at this point is guaranteed to point to CTX from
|
||||||
* the verifier side due to the fact that the tail call is
|
* the verifier side due to the fact that the tail call is
|
||||||
* handeled 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.
|
* where arg1_type is ARG_PTR_TO_CTX.
|
||||||
*/
|
*/
|
||||||
insn = prog->insnsi;
|
insn = prog->insnsi;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче