Skip to content

Commit 0075078

Browse files
Martin KaFai LauAlexei Starovoitov
authored andcommitted
bpf: Fix indentation issue in epilogue_idx
There is a report on new indentation issue in epilogue_idx. This patch fixed it. Fixes: 169c317 ("bpf: Add gen_epilogue to bpf_verifier_ops") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Martin KaFai Lau <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
1 parent 940ce73 commit 0075078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/bpf/verifier.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19800,7 +19800,7 @@ static int convert_ctx_accesses(struct bpf_verifier_env *env)
1980019800
* least one ctx ptr saving insn before the
1980119801
* epilogue.
1980219802
*/
19803-
epilogue_idx = i + delta;
19803+
epilogue_idx = i + delta;
1980419804
}
1980519805
goto patch_insn_buf;
1980619806
} else {

0 commit comments

Comments
 (0)