From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> Date: Wed, 5 Oct 2016 21:07:35 +0200 The script "checkpatch.pl" pointed information out like the following. WARNING: labels should not be indented Thus fix the affected source code place. Signed-off-by: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> --- drivers/md/raid10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/md/raid10.c b/drivers/md/raid10.c index 0f2cb20..2181f53 100644 --- a/drivers/md/raid10.c +++ b/drivers/md/raid10.c @@ -4559,7 +4559,7 @@ static int handle_reshape_read_error(struct mddev *mddev, rcu_read_lock(); if (success) break; - failed: +failed: slot++; if (slot >= conf->copies) slot = 0; -- 2.10.1 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html