mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
md: convert comma to semicolon
Replace a comma between expression statements by a semicolon.
Fixes: 5e5702898e
("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>
This commit is contained in:
parent
a28dc358e2
commit
ca958879ad
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user