]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dm integrity: Convert comma to semicolon
authorChen Ni <nichen@iscas.ac.cn>
Thu, 5 Sep 2024 02:28:32 +0000 (10:28 +0800)
committerMikulas Patocka <mpatocka@redhat.com>
Fri, 6 Sep 2024 10:33:42 +0000 (12:33 +0200)
commita7722b82c2ca9ca771d6c698643883be76f61a7e
tree0ccde63f397dce0a0b6dffa5754669a428cf0788
parenta8fa6483b40943a6c8feea803a2dc8e9982cc766
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 <nichen@iscas.ac.cn>
Reviewed-by: Mike Snitzer <snitzer@kernel.org>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
drivers/md/dm-integrity.c