Skip to content

Commit

Permalink
scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Martin K. Petersen committed Jul 12, 2017
1 parent f5f44c6 commit 4feca6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/qedi/qedi_fw.c
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 4feca6a

Please sign in to comment.