diff options
author | Chen Ni <[email protected]> | 2024-09-05 10:28:32 +0800 |
---|---|---|
committer | Mikulas Patocka <[email protected]> | 2024-09-06 12:33:42 +0200 |
commit | a7722b82c2ca9ca771d6c698643883be76f61a7e (patch) | |
tree | 0ccde63f397dce0a0b6dffa5754669a428cf0788 /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | a8fa6483b40943a6c8feea803a2dc8e9982cc766 (diff) |
dm integrity: 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: Mike Snitzer <[email protected]>
Signed-off-by: Mikulas Patocka <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions