scsi: qla2xxx: fix spelling mistake "alredy" -> "already"

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>
This commit is contained in:
Colin Ian King 2019-04-08 09:20:14 +01:00 committed by Martin K. Petersen
parent 1a61e5486a
commit ef19af9c28
1 changed files with 1 additions and 1 deletions

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