Signed-off-by: Lukasz Dorau <lukasz.dorau@xxxxxxxxx> --- super-intel.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/super-intel.c b/super-intel.c index a351b60..8ee9b61 100644 --- a/super-intel.c +++ b/super-intel.c @@ -5981,7 +5981,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; } @@ -6115,7 +6115,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; } -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html