]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
super0/1: fix typo in error messages.
authorNeilBrown <neilb@suse.de>
Wed, 24 Jul 2013 02:22:58 +0000 (12:22 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 24 Jul 2013 02:22:58 +0000 (12:22 +1000)
Signed-off-by: NeilBrown <neilb@suse.de>
super0.c
super1.c

index e7d86d87f7e09a520741e0613db16342e4a7f5c4..85acf368d0a1ba9b33d3b71f052f1df625fdc7be 100644 (file)
--- a/super0.c
+++ b/super0.c
@@ -662,7 +662,7 @@ static int update_super0(struct supertype *st, struct mdinfo *info,
                                    sb->new_chunk/512 *
                                    (sb->raid_disks - sb->delta_disks - parity))) {
                                pr_err("Reshape position is not suitably aligned.\n");
-                               pr_err("Try normal assembly as stop again\n");
+                               pr_err("Try normal assembly and stop again\n");
                                return -2;
                        }
                        sb->raid_disks -= sb->delta_disks;
index 6ec8542bb29d8f66e68ebe201de4d94dcfa0c647..eb420580ef0caf3a1b1f1f8afea7390e00621197 100644 (file)
--- a/super1.c
+++ b/super1.c
@@ -1284,7 +1284,7 @@ static int update_super1(struct supertype *st, struct mdinfo *info,
                                        (__le32_to_cpu(sb->level)==6 ? 2 : 1);
                                if (reshape_sectors % reshape_chunk) {
                                        pr_err("Reshape position is not suitably aligned.\n");
-                                       pr_err("Try normal assembly as stop again\n");
+                                       pr_err("Try normal assembly and stop again\n");
                                        return -2;
                                }
                        }