mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
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:
parent
1a61e5486a
commit
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user