diff options
author | Chen Ni <[email protected]> | 2024-09-04 09:44:41 +0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-09-04 16:55:49 -0700 |
commit | 6ffa72acc9c933a065782cb49afde1130ca722f7 (patch) | |
tree | 8473428b043f11b04cd59b296aa46fbcce65d40b /tools/testing/selftests/bpf/progs/test_prog_array_init.c | |
parent | 1083d733eb2624837753046924a9248555a1bfbf (diff) |
selftests: net: 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 <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_prog_array_init.c')
0 files changed, 0 insertions, 0 deletions