scsi: fix spelling mistake in error message
authorColin Ian King <colin.king@canonical.com>
Mon, 7 Nov 2016 16:38:57 +0000 (16:38 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 8 Nov 2016 23:23:50 +0000 (18:23 -0500)
Trivial fix to spelling mistake "operatio" to "operation" in critical
error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/dpt_i2o.c

index 21c8d21..d84004b 100644 (file)
@@ -3350,7 +3350,7 @@ static int adpt_i2o_query_scalar(adpt_hba* pHba, int tid,
        if (opblk_va == NULL) {
                dma_free_coherent(&pHba->pDev->dev, sizeof(u8) * (8+buflen),
                        resblk_va, resblk_pa);
-               printk(KERN_CRIT "%s: query operatio failed; Out of memory.\n",
+               printk(KERN_CRIT "%s: query operation failed; Out of memory.\n",
                        pHba->name);
                return -ENOMEM;
        }