mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-11 07:04:04 +08:00
scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"
Trivial fix to spelling mistake in QEDF_ERR message. I should have also included this in a previous fix, but I only just spotted this one. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Manish Rangankar <Manish.Rangankar@cavium.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
f5f44c6ffe
commit
4feca6a52b
@ -1411,7 +1411,7 @@ static void qedi_tmf_work(struct work_struct *work)
|
||||
|
||||
list_work = kzalloc(sizeof(*list_work), GFP_ATOMIC);
|
||||
if (!list_work) {
|
||||
QEDI_ERR(&qedi->dbg_ctx, "Memory alloction failed\n");
|
||||
QEDI_ERR(&qedi->dbg_ctx, "Memory allocation failed\n");
|
||||
goto abort_ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user