s390/bpf: Fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Acked-by: Ilya Leoshkevich <iii@linux.ibm.com> Link: https://lore.kernel.org/bpf/20220521111145.81697-84-Julia.Lawall@inria.fr
This commit is contained in:
parent
bb412cf1d7
commit
ff2095976c
|
@ -1809,7 +1809,7 @@ struct bpf_prog *bpf_int_jit_compile(struct bpf_prog *fp)
|
||||||
/*
|
/*
|
||||||
* Three initial passes:
|
* Three initial passes:
|
||||||
* - 1/2: Determine clobbered registers
|
* - 1/2: Determine clobbered registers
|
||||||
* - 3: Calculate program size and addrs arrray
|
* - 3: Calculate program size and addrs array
|
||||||
*/
|
*/
|
||||||
for (pass = 1; pass <= 3; pass++) {
|
for (pass = 1; pass <= 3; pass++) {
|
||||||
if (bpf_jit_prog(&jit, fp, extra_pass, stack_depth)) {
|
if (bpf_jit_prog(&jit, fp, extra_pass, stack_depth)) {
|
||||||
|
|
Loading…
Reference in New Issue