We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2314c2e commit ae72067Copy full SHA for ae72067
drivers/md/md.c
@@ -627,7 +627,7 @@ static void md_submit_flush_data(struct work_struct *ws)
627
* always is 0, make_request() will not be called here.
628
*/
629
if (WARN_ON_ONCE(!mddev->pers->make_request(mddev, bio)))
630
- bio_io_error(bio);;
+ bio_io_error(bio);
631
}
632
633
/* The pair is percpu_ref_get() from md_flush_request() */
0 commit comments