]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
SCSI, pmcraid: Fix spelling error in a pmcraid_err() call
authorJesper Juhl <jj@chaosbits.net>
Mon, 24 Oct 2011 22:45:13 +0000 (00:45 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 15 Dec 2011 15:35:38 +0000 (16:35 +0100)
There's a mistake in one of the pmcraid_err() calls in
drivers/scsi/pmcraid.c - 'failed' is misspelled as 'faile'. This patch
fixes that error.

PS. This patch is generated on top of my previous one "[PATCH] SCSI,
pmcraid: Fix kmalloc() argument order in pmcraid_chr_ioctl()".

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/scsi/pmcraid.c

index 5163edb925cb33684702cc4c4b061a254c2b98df..ea8a0b47d66da53752a886b83c2b6bafc68f8135 100644 (file)
@@ -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;
        }