]> www.infradead.org Git - users/jedix/linux-maple.git/commit
md: convert comma to semicolon
authorChen Ni <nichen@iscas.ac.cn>
Tue, 16 Jul 2024 02:58:52 +0000 (10:58 +0800)
committerSong Liu <song@kernel.org>
Thu, 15 Aug 2024 07:06:50 +0000 (00:06 -0700)
commitca958879ade564daa0e0fa82aeeccf3bc7f73edd
treed8e275f1330018ccddbf7ccd3ac40a6c81b282c9
parenta28dc358e28fb0738dd23e401cd7646cb4b0f7f1
md: convert comma to semicolon

Replace a comma between expression statements by a semicolon.

Fixes: 5e5702898e93 ("md/raid10: Handle read errors during recovery better.")
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Link: https://lore.kernel.org/r/20240716025852.400259-1-nichen@iscas.ac.cn
Signed-off-by: Song Liu <song@kernel.org>
drivers/md/raid10.c