]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
scsi: qla2xxx: fix spelling mistake "alredy" -> "already"
authorColin Ian King <colin.king@canonical.com>
Mon, 8 Apr 2019 08:20:14 +0000 (09:20 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 9 Apr 2019 01:46:02 +0000 (21:46 -0400)
There is a spelling mistake in a ql_log message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Himanshu Madhani <hmadhani@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_nvme.c

index 1ca63e80a7fe7f0a097fb23484eb73af3b4c64ec..3a6160ca9b4a51bd0c2407780404ca2375be5500 100644 (file)
@@ -205,7 +205,7 @@ static void qla_nvme_abort_work(struct work_struct *work)
        if (atomic_read(&sp->ref_count) == 0) {
                WARN_ON(1);
                ql_log(ql_log_info, fcport->vha, 0xffff,
-                       "%s: command alredy aborted on sp: %p\n",
+                       "%s: command already aborted on sp: %p\n",
                        __func__, sp);
                return;
        }