]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Fix two typos in fprintf messages
authorLukasz Dorau <lukasz.dorau@intel.com>
Thu, 5 Apr 2012 10:26:41 +0000 (12:26 +0200)
committerNeilBrown <neilb@suse.de>
Mon, 9 Apr 2012 23:16:47 +0000 (09:16 +1000)
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
super-intel.c

index dad4c4d33bb0914453eb9a3d5e8012a15986fef1..ed7792dc6333d7c177036c7d2dffa9b5968f9008 100644 (file)
@@ -6089,7 +6089,7 @@ static int validate_geometry_imsm_volume(struct supertype *st, int level,
                int count = count_volumes(super->hba->path,
                                      super->orom->dpa, verbose);
                if (super->orom->vphba <= count) {
-                       pr_vrb(": platform does not support more then %d raid volumes.\n",
+                       pr_vrb(": platform does not support more than %d raid volumes.\n",
                               super->orom->vphba);
                        return 0;
                }
@@ -6223,7 +6223,7 @@ static int validate_geometry_imsm(struct supertype *st, int level, int layout,
                                                      super->orom->dpa, verbose);
                                if (super->orom->vphba <= count) {
                                        pr_vrb(": platform does not support more"
-                                              "then %d raid volumes.\n",
+                                              " than %d raid volumes.\n",
                                               super->orom->vphba);
                                        return 0;
                                }