Hello:
This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Mon, 10 Mar 2025 11:20:45 +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/233732b289f6
You are awesome, thank you!