]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"
authorColin Ian King <colin.king@canonical.com>
Mon, 3 Jul 2017 10:24:02 +0000 (11:24 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 12 Jul 2017 21:10:51 +0000 (17:10 -0400)
Trivial fix to spelling mistake in QEDF_ERR message. I should have also
included this in a previous fix, but I only just spotted this one.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Manish Rangankar <Manish.Rangankar@cavium.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qedi/qedi_fw.c

index 19254bd739d9c9e32b300d24fd418fc6f4ebd2b1..93d54acd4a22f70f7be57470056166f58ed69b0d 100644 (file)
@@ -1411,7 +1411,7 @@ static void qedi_tmf_work(struct work_struct *work)
 
        list_work = kzalloc(sizeof(*list_work), GFP_ATOMIC);
        if (!list_work) {
-               QEDI_ERR(&qedi->dbg_ctx, "Memory alloction failed\n");
+               QEDI_ERR(&qedi->dbg_ctx, "Memory allocation failed\n");
                goto abort_ret;
        }