Commit ca958879 authored by Chen Ni's avatar Chen Ni Committed by Song Liu

md: convert comma to semicolon

Replace a comma between expression statements by a semicolon.

Fixes: 5e570289 ("md/raid10: Handle read errors during recovery better.")
Signed-off-by: default avatarChen Ni <nichen@iscas.ac.cn>
Link: https://lore.kernel.org/r/20240716025852.400259-1-nichen@iscas.ac.cnSigned-off-by: default avatarSong Liu <song@kernel.org>
parent a28dc358
......@@ -2465,7 +2465,7 @@ static void fix_recovery_read_error(struct r10bio *r10_bio)
s = PAGE_SIZE >> 9;
rdev = conf->mirrors[dr].rdev;
addr = r10_bio->devs[0].addr + sect,
addr = r10_bio->devs[0].addr + sect;
ok = sync_page_io(rdev,
addr,
s << 9,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment