Skip to content

Commit 6333ff6

Browse files
committed
Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-linus
Pull MD fix from Song. * 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md: md/raid0: fix warning message for parameter default_layout
2 parents 09d6ac8 + 3874d73 commit 6333ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/md/raid0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ static int create_strip_zones(struct mddev *mddev, struct r0conf **private_conf)
154154
} else {
155155
pr_err("md/raid0:%s: cannot assemble multi-zone RAID0 with default_layout setting\n",
156156
mdname(mddev));
157-
pr_err("md/raid0: please set raid.default_layout to 1 or 2\n");
157+
pr_err("md/raid0: please set raid0.default_layout to 1 or 2\n");
158158
err = -ENOTSUPP;
159159
goto abort;
160160
}

0 commit comments

Comments
 (0)