aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
diff options
context:
space:
mode:
authorGuoqing Jiang <guoqing.jiang@linux.dev>2022-08-22 15:45:39 +0800
committerSong Liu <song@kernel.org>2022-09-22 00:05:03 -0700
commit62bca04bb7dd7eaa5c2daf36b1ca9ab8a1fb71a2 (patch)
tree3ba028cc8d216a5f0b81c1286b9016e975c283b8 /drivers/md/raid10.c
parentmd/raid5: Fix spelling mistakes in comments (diff)
downloadlinux-dev-62bca04bb7dd7eaa5c2daf36b1ca9ab8a1fb71a2.tar.xz
linux-dev-62bca04bb7dd7eaa5c2daf36b1ca9ab8a1fb71a2.zip
md/raid10: fix compile warning
With W=1, compiler complains. drivers/md/raid10.c:1983: warning: bad line: Signed-off-by: Guoqing Jiang <guoqing.jiang@linux.dev> Signed-off-by: Song Liu <song@kernel.org>
Diffstat (limited to 'drivers/md/raid10.c')
-rw-r--r--drivers/md/raid10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid10.c b/drivers/md/raid10.c
index 9117fcdee1be..077c7cdefcd4 100644
--- a/drivers/md/raid10.c
+++ b/drivers/md/raid10.c
@@ -1980,7 +1980,7 @@ static int enough(struct r10conf *conf, int ignore)
* Otherwise, it must be degraded:
* - recovery is interrupted.
* - &mddev->degraded is bumped.
-
+ *
* @rdev is marked as &Faulty excluding case when array is failed and
* &mddev->fail_last_dev is off.
*/