From 22af9c7653aa5af1bb488d7c2ca3917baee9cfd8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 14 Apr 2019 01:28:40 +0000 Subject: [PATCH] qla2xxx: Fix spelling mistake "alredy" -> "already" There is a spelling mistake in a ql_log message. Fix it. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8229 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t-32gbit/qla_nvme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t-32gbit/qla_nvme.c b/qla2x00t-32gbit/qla_nvme.c index c8f6245a4..a01edf708 100644 --- a/qla2x00t-32gbit/qla_nvme.c +++ b/qla2x00t-32gbit/qla_nvme.c @@ -213,7 +213,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; }