Skip to content

Commit ae72067

Browse files
Yang Liliu-song-6
authored andcommitted
md: Remove unneeded semicolon
./drivers/md/md.c:630:21-22: Unneeded semicolon Reported-by: Abaci Robot <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9344 Signed-off-by: Yang Li <[email protected]> Signed-off-by: Song Liu <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 2314c2e commit ae72067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/md/md.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ static void md_submit_flush_data(struct work_struct *ws)
627627
* always is 0, make_request() will not be called here.
628628
*/
629629
if (WARN_ON_ONCE(!mddev->pers->make_request(mddev, bio)))
630-
bio_io_error(bio);;
630+
bio_io_error(bio);
631631
}
632632

633633
/* The pair is percpu_ref_get() from md_flush_request() */

0 commit comments

Comments
 (0)