Fix two typos in fprintf messages

Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
Lukasz Dorau 2012-04-05 12:26:41 +02:00 committed by NeilBrown
parent 508a7f16b2
commit 40110b9050
1 changed files with 2 additions and 2 deletions

View 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;
}