[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1112172335460.21784@swampdragon.chaosbits.net>
Date: Sat, 17 Dec 2011 23:36:51 +0100 (CET)
From: Jesper Juhl <jj@...osbits.net>
To: "James E.J. Bottomley" <JBottomley@...allels.com>
cc: linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
Joe Perches <joe@...ches.com>, trivial@...nel.org
Subject: Re: [PATCH][TRIVIAL] SCSI, pmcraid: Fix 'failed' misspelled as
'faile' in error message
On Sat, 17 Dec 2011, Jesper Juhl wrote:
>
Please ignore this. I thought it had gotten lost, but I just found out
that it's in linux-next via Jiri Kosina's tree.
Sorry about the noise.
> Signed-off-by: Jesper Juhl <jj@...osbits.net>
> ---
> drivers/scsi/pmcraid.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c
> index 5163edb..ea8a0b4 100644
> --- a/drivers/scsi/pmcraid.c
> +++ b/drivers/scsi/pmcraid.c
> @@ -4105,7 +4105,7 @@ static long pmcraid_chr_ioctl(
> hdr = kmalloc(sizeof(struct pmcraid_ioctl_header), GFP_KERNEL);
>
> if (!hdr) {
> - pmcraid_err("faile to allocate memory for ioctl header\n");
> + pmcraid_err("failed to allocate memory for ioctl header\n");
> return -ENOMEM;
> }
>
>
--
Jesper Juhl <jj@...osbits.net> http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists