2017-07-03 10:24:11

by Colin King

[permalink] [raw]
Subject: [PATCH] scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"

From: Colin Ian King <[email protected]>

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 <[email protected]>
---
drivers/scsi/qedi/qedi_fw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/qedi/qedi_fw.c b/drivers/scsi/qedi/qedi_fw.c
index 19254bd739d9..93d54acd4a22 100644
--- a/drivers/scsi/qedi/qedi_fw.c
+++ b/drivers/scsi/qedi/qedi_fw.c
@@ -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;
}

--
2.11.0


2017-07-03 10:31:34

by Rangankar, Manish

[permalink] [raw]
Subject: Re: [PATCH] scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"


On 03/07/17 3:54 PM, "Colin King" <[email protected]> wrote:

>From: Colin Ian King <[email protected]>
>
>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 <[email protected]>
>---
> drivers/scsi/qedi/qedi_fw.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/drivers/scsi/qedi/qedi_fw.c b/drivers/scsi/qedi/qedi_fw.c
>index 19254bd739d9..93d54acd4a22 100644
>--- a/drivers/scsi/qedi/qedi_fw.c
>+++ b/drivers/scsi/qedi/qedi_fw.c
>@@ -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;
> }
>
>--
>2.11.0
>
Thanks

Acked-by: Manish Rangankar <[email protected]>



2017-07-12 21:11:40

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH] scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"


Colin,

> 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.

Applied to 4.13/scsi-fixes.

--
Martin K. Petersen Oracle Linux Engineering