projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a28dc35
)
md: convert comma to semicolon
author
Chen Ni
<nichen@iscas.ac.cn>
Tue, 16 Jul 2024 02:58:52 +0000
(10:58 +0800)
committer
Song Liu
<song@kernel.org>
Thu, 15 Aug 2024 07:06:50 +0000
(
00:06
-0700)
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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/raid10.c
b/drivers/md/raid10.c
index 2a9c4ee982e023f15100571d2abcfa7f72f9cf5f..e55e020b5571142b04856356ed450f3b05730b68 100644
(file)
--- a/
drivers/md/raid10.c
+++ b/
drivers/md/raid10.c
@@
-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,