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:
2314c2e
)
md: Remove unneeded semicolon
author
Yang Li
<yang.lee@linux.alibaba.com>
Tue, 18 Jun 2024 01:07:59 +0000
(09:07 +0800)
committer
Song Liu
<song@kernel.org>
Thu, 4 Jul 2024 06:14:03 +0000
(06:14 +0000)
./drivers/md/md.c:630:21-22: Unneeded semicolon
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9344
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Song Liu <song@kernel.org>
Link:
https://lore.kernel.org/r/20240618010759.85416-1-yang.lee@linux.alibaba.com
drivers/md/md.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/md.c
b/drivers/md/md.c
index 0ff26a547f1afc2508d77cae98a3fae966938776..149be072546a59a6f0769b340dd0bd47f88ac4dd 100644
(file)
--- a/
drivers/md/md.c
+++ b/
drivers/md/md.c
@@
-627,7
+627,7
@@
static void md_submit_flush_data(struct work_struct *ws)
* always is 0, make_request() will not be called here.
*/
if (WARN_ON_ONCE(!mddev->pers->make_request(mddev, bio)))
- bio_io_error(bio);
;
+ bio_io_error(bio);
}
/* The pair is percpu_ref_get() from md_flush_request() */