Hello:
This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Tue, 1 Apr 2025 14:15:46 +0800 you wrote:
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.
[...]
Here is the summary with links: - selftests/bpf: Convert comma to semicolon https://git.kernel.org/bpf/bpf-next/c/c9661394850d
You are awesome, thank you!