Skip to content

Commit ca95887

Browse files
Chen Niliu-song-6
authored andcommitted
md: convert comma to semicolon
Replace a comma between expression statements by a semicolon. Fixes: 5e57028 ("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>
1 parent a28dc35 commit ca95887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/md/raid10.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2465,7 +2465,7 @@ static void fix_recovery_read_error(struct r10bio *r10_bio)
24652465
s = PAGE_SIZE >> 9;
24662466

24672467
rdev = conf->mirrors[dr].rdev;
2468-
addr = r10_bio->devs[0].addr + sect,
2468+
addr = r10_bio->devs[0].addr + sect;
24692469
ok = sync_page_io(rdev,
24702470
addr,
24712471
s << 9,

0 commit comments

Comments
 (0)