All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"
@ 2017-07-03 10:24 Colin King
  2017-07-03 10:30   ` Rangankar, Manish
  2017-07-12 21:11 ` Martin K. Petersen
  0 siblings, 2 replies; 4+ messages in thread
From: Colin King @ 2017-07-03 10:24 UTC (permalink / raw)
  To: QLogic-Storage-Upstream, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"
  2017-07-03 10:24 [PATCH] scsi: qedi: fix another spelling mistake: "alloction" -> "allocation" Colin King
@ 2017-07-03 10:30   ` Rangankar, Manish
  2017-07-12 21:11 ` Martin K. Petersen
  1 sibling, 0 replies; 4+ messages in thread
From: Rangankar, Manish @ 2017-07-03 10:30 UTC (permalink / raw)
  To: Colin King, Dept-Eng QLogic Storage Upstream,
	James E . J . Bottomley, Martin K . Petersen, linux-scsi
  Cc: linux-kernel


On 03/07/17 3:54 PM, "Colin King" <colin.king@canonical.com> wrote:

>From: Colin Ian King <colin.king@canonical.com>
>
>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>
>---
> 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 <Manish.Rangankar@cavium.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"
@ 2017-07-03 10:30   ` Rangankar, Manish
  0 siblings, 0 replies; 4+ messages in thread
From: Rangankar, Manish @ 2017-07-03 10:30 UTC (permalink / raw)
  To: Colin King, Dept-Eng QLogic Storage Upstream,
	James E . J . Bottomley, Martin K . Petersen, linux-scsi
  Cc: linux-kernel


On 03/07/17 3:54 PM, "Colin King" <colin.king@canonical.com> wrote:

>From: Colin Ian King <colin.king@canonical.com>
>
>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>
>---
> 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 <Manish.Rangankar@cavium.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"
  2017-07-03 10:24 [PATCH] scsi: qedi: fix another spelling mistake: "alloction" -> "allocation" Colin King
  2017-07-03 10:30   ` Rangankar, Manish
@ 2017-07-12 21:11 ` Martin K. Petersen
  1 sibling, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2017-07-12 21:11 UTC (permalink / raw)
  To: Colin King
  Cc: QLogic-Storage-Upstream, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi, linux-kernel


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-12 21:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-03 10:24 [PATCH] scsi: qedi: fix another spelling mistake: "alloction" -> "allocation" Colin King
2017-07-03 10:30 ` Rangankar, Manish
2017-07-03 10:30   ` Rangankar, Manish
2017-07-12 21:11 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.