mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user