]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bpf: Fix indentation issue in epilogue_idx
authorMartin KaFai Lau <martin.lau@kernel.org>
Wed, 4 Sep 2024 18:08:45 +0000 (11:08 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 4 Sep 2024 19:45:18 +0000 (12:45 -0700)
commit00750788dfc6b5167a294915e2690d8af182c496
tree806928422610b9ca42864068a0e2749d59ac718c
parent940ce73bdec5a020fec058ba947d2bf627462c53
bpf: Fix indentation issue in epilogue_idx

There is a report on new indentation issue in epilogue_idx.
This patch fixed it.

Fixes: 169c31761c8d ("bpf: Add gen_epilogue to bpf_verifier_ops")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202408311622.4GzlzN33-lkp@intel.com/
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Link: https://lore.kernel.org/r/20240904180847.56947-3-martin.lau@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/verifier.c