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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Song Liu <[email protected]>
1 parent a28dc35 commit ca95887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)