]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
libbpf: fix formatting of bpf_object__append_subprog_code
authorAnton Protopopov <a.s.protopopov@gmail.com>
Sun, 19 Oct 2025 20:21:41 +0000 (20:21 +0000)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 21 Oct 2025 18:20:23 +0000 (11:20 -0700)
commite7586577b75f811bd14c12f2dd70afc3ece4756b
tree1d54cc960c1ee706016e838b3556ba36a881002f
parent2f69c5685427308d2f312646779313f3677536bc
libbpf: fix formatting of bpf_object__append_subprog_code

The commit 6c918709bd30 ("libbpf: Refactor bpf_object__reloc_code")
added the bpf_object__append_subprog_code() with incorrect indentations.
Use tabs instead. (This also makes a consequent commit better readable.)

Signed-off-by: Anton Protopopov <a.s.protopopov@gmail.com>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20251019202145.3944697-14-a.s.protopopov@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/lib/bpf/libbpf.c