diff options
author | Chen Ni <nichen@iscas.ac.cn> | 2025-04-01 14:15:46 +0800 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2025-04-04 08:53:57 -0700 |
commit | c9661394850d1003984e580aeed7b0e51decee91 (patch) | |
tree | 43ac76a51bf5ad39fb7a62e96368aef43b03ef7b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 893c3938ab5dca5c14157bd80fced95e24784931 (diff) |
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
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions