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>
Этот коммит содержится в:
Colin Ian King
2019-04-08 09:20:14 +01:00
коммит произвёл Martin K. Petersen
родитель 1a61e5486a
Коммит ef19af9c28

Просмотреть файл

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