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
This commit is contained in:
Bart Van Assche
2019-04-14 01:28:40 +00:00
parent 5892ed7ed1
commit 22af9c7653

View File

@@ -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;
}