]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/bpf: Convert comma to semicolon
authorChen Ni <nichen@iscas.ac.cn>
Tue, 1 Apr 2025 06:15:46 +0000 (14:15 +0800)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 4 Apr 2025 15:53:57 +0000 (08:53 -0700)
commitc9661394850d1003984e580aeed7b0e51decee91
tree43ac76a51bf5ad39fb7a62e96368aef43b03ef7b
parent893c3938ab5dca5c14157bd80fced95e24784931
selftests/bpf: Convert comma to semicolon

Replace comma between expressions with semicolons.

Using a ',' in place of a ';' can have unintended side effects.
Although that is not the case here, it is seems best to use ';'
unless ',' is intended.

Found by inspection.
No functional change intended.
Compile tested only.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Reviewed-by: Amery Hung <ameryhung@gmail.com>
Link: https://lore.kernel.org/bpf/20250401061546.1990156-1-nichen@iscas.ac.cn
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c