Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1679867 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2017-07-03 12:30 +0200 |
| Last post | 2017-07-12 23:20 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] scsi: qedi: fix another spelling mistake: "alloction" -> "allocation" Colin King <colin.king@canonical.com> - 2017-07-03 12:30 +0200
Re: [PATCH] scsi: qedi: fix another spelling mistake: "alloction" -> "allocation" "Rangankar, Manish" <Manish.Rangankar@cavium.com> - 2017-07-03 12:40 +0200
Re: [PATCH] scsi: qedi: fix another spelling mistake: "alloction" -> "allocation" "Martin K. Petersen" <martin.petersen@oracle.com> - 2017-07-12 23:20 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2017-07-03 12:30 +0200 |
| Subject | [PATCH] scsi: qedi: fix another spelling mistake: "alloction" -> "allocation" |
| Message-ID | <tZ6Ma-8r6-7@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | "Rangankar, Manish" <Manish.Rangankar@cavium.com> |
|---|---|
| Date | 2017-07-03 12:40 +0200 |
| Subject | Re: [PATCH] scsi: qedi: fix another spelling mistake: "alloction" -> "allocation" |
| Message-ID | <tZ6VQ-5S-7@gated-at.bofh.it> |
| In reply to | #1679867 |
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>
[toc] | [prev] | [next] | [standalone]
| From | "Martin K. Petersen" <martin.petersen@oracle.com> |
|---|---|
| Date | 2017-07-12 23:20 +0200 |
| Message-ID | <u2xd7-50i-1@gated-at.bofh.it> |
| In reply to | #1679867 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web