Blame SOURCES/0058-scsi-scsi-qla2xxx-fix-spelling-mistake-alredy-alread.patch

3c6e85
From fc9dacb4f1704d0652e9aaa971600c45af719d30 Mon Sep 17 00:00:00 2001
3c6e85
From: Himanshu Madhani <hmadhani@redhat.com>
3c6e85
Date: Thu, 1 Aug 2019 15:55:18 -0400
3c6e85
Subject: [PATCH 058/124] [scsi] scsi: qla2xxx: fix spelling mistake "alredy"
3c6e85
 -> "already"
3c6e85
3c6e85
Message-id: <20190801155618.12650-59-hmadhani@redhat.com>
3c6e85
Patchwork-id: 267851
3c6e85
O-Subject: [RHEL 7.8 e-stor PATCH 058/118] scsi: qla2xxx: fix spelling mistake "alredy" -> "already"
3c6e85
Bugzilla: 1729270
3c6e85
RH-Acked-by: Jarod Wilson <jarod@redhat.com>
3c6e85
RH-Acked-by: Tony Camuso <tcamuso@redhat.com>
3c6e85
3c6e85
From: Colin Ian King <colin.king@canonical.com>
3c6e85
3c6e85
Bugzilla 1729270
3c6e85
3c6e85
There is a spelling mistake in a ql_log message. Fix it.
3c6e85
3c6e85
Signed-off-by: Colin Ian King <colin.king@canonical.com>
3c6e85
Acked-by: Himanshu Madhani <hmadhani@marvell.com>
3c6e85
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
3c6e85
(cherry picked from commit ef19af9c2852a39878d54f185a1b32b781719542)
3c6e85
Signed-off-by: Himanshu Madhani <hmadhani@redhat.com>
3c6e85
Signed-off-by: Jan Stancek <jstancek@redhat.com>
3c6e85
---
3c6e85
 drivers/scsi/qla2xxx/qla_nvme.c | 2 +-
3c6e85
 1 file changed, 1 insertion(+), 1 deletion(-)
3c6e85
3c6e85
diff --git a/drivers/scsi/qla2xxx/qla_nvme.c b/drivers/scsi/qla2xxx/qla_nvme.c
3c6e85
index ae1aae52f59e..2e73b3ce52d1 100644
3c6e85
--- a/drivers/scsi/qla2xxx/qla_nvme.c
3c6e85
+++ b/drivers/scsi/qla2xxx/qla_nvme.c
3c6e85
@@ -205,7 +205,7 @@ static void qla_nvme_abort_work(struct work_struct *work)
3c6e85
 	if (atomic_read(&sp->ref_count) == 0) {
3c6e85
 		WARN_ON(1);
3c6e85
 		ql_log(ql_log_info, fcport->vha, 0xffff,
3c6e85
-			"%s: command alredy aborted on sp: %p\n",
3c6e85
+			"%s: command already aborted on sp: %p\n",
3c6e85
 			__func__, sp);
3c6e85
 		return;
3c6e85
 	}
3c6e85
-- 
3c6e85
2.13.6
3c6e85