linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: NeilBrown <neilb@suse.de>
To: Lukasz Dorau <lukasz.dorau@intel.com>
Cc: linux-raid@vger.kernel.org, dan.j.williams@intel.com,
	marcin.labun@intel.com, ed.ciechanowski@intel.com
Subject: Re: [PATCH] Fix two typos in fprintf messages
Date: Tue, 10 Apr 2012 09:17:30 +1000	[thread overview]
Message-ID: <20120410091730.299cc206@notabene.brown> (raw)
In-Reply-To: <20120405102641.14638.79381.stgit@gklab-128-085.igk.intel.com>

[-- 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 --]

      reply	other threads:[~2012-04-09 23:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-05 10:26 [PATCH] Fix two typos in fprintf messages Lukasz Dorau
2012-04-09 23:17 ` NeilBrown [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120410091730.299cc206@notabene.brown \
    --to=neilb@suse.de \
    --cc=dan.j.williams@intel.com \
    --cc=ed.ciechanowski@intel.com \
    --cc=linux-raid@vger.kernel.org \
    --cc=lukasz.dorau@intel.com \
    --cc=marcin.labun@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).