From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> Date: Sun, 2 Oct 2016 10:55:06 +0200 The script "checkpatch.pl" pointed information out like the following. WARNING: void function return statements are not generally useful Thus remove such a statement here. Signed-off-by: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> --- drivers/md/multipath.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/md/multipath.c b/drivers/md/multipath.c index ab6487c..85f6c85 100644 --- a/drivers/md/multipath.c +++ b/drivers/md/multipath.c @@ -139,7 +139,6 @@ static void multipath_make_request(struct mddev *mddev, struct bio *bio) mp_bh->bio.bi_end_io = multipath_end_request; mp_bh->bio.bi_private = mp_bh; generic_make_request(&mp_bh->bio); - return; } static void multipath_status(struct seq_file *seq, struct mddev *mddev) -- 2.10.0 -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html