* [PATCH] Fix two typos in fprintf messages
@ 2012-04-05 10:26 Lukasz Dorau
2012-04-09 23:17 ` NeilBrown
0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Dorau @ 2012-04-05 10:26 UTC (permalink / raw)
To: neilb; +Cc: linux-raid, dan.j.williams, marcin.labun, ed.ciechanowski
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
---
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;
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix two typos in fprintf messages
2012-04-05 10:26 [PATCH] Fix two typos in fprintf messages Lukasz Dorau
@ 2012-04-09 23:17 ` NeilBrown
0 siblings, 0 replies; 2+ messages in thread
From: NeilBrown @ 2012-04-09 23:17 UTC (permalink / raw)
To: Lukasz Dorau; +Cc: linux-raid, dan.j.williams, marcin.labun, ed.ciechanowski
[-- Attachment #1: Type: text/plain, Size: 1231 bytes --]
On Thu, 05 Apr 2012 12:26:41 +0200 Lukasz Dorau <lukasz.dorau@intel.com>
wrote:
> Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
> ---
> 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;
> }
applied, thanks.
NeilBrown
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-09 23:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-05 10:26 [PATCH] Fix two typos in fprintf messages Lukasz Dorau
2012-04-09 23:17 ` NeilBrown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).