Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1520277 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-11-12 18:00 +0100 |
| Last post | 2016-11-15 00:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] iscsi: fix spelling mistakes in dev_warn messages Colin King <colin.king@canonical.com> - 2016-11-12 18:00 +0100
Re: [PATCH] iscsi: fix spelling mistakes in dev_warn messages "Martin K. Petersen" <martin.petersen@oracle.com> - 2016-11-15 00:40 +0100
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-11-12 18:00 +0100 |
| Subject | [PATCH] iscsi: fix spelling mistakes in dev_warn messages |
| Message-ID | <sCJOO-4AL-39@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com> Trivial fix to spelling mistake "suspeneded" to "suspended" in dev_warn messages Signed-off-by: Colin Ian King <colin.king@canonical.com> --- drivers/scsi/isci/remote_node_context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/isci/remote_node_context.c b/drivers/scsi/isci/remote_node_context.c index 1910100..30bd800 100644 --- a/drivers/scsi/isci/remote_node_context.c +++ b/drivers/scsi/isci/remote_node_context.c @@ -454,7 +454,7 @@ enum sci_status sci_remote_node_context_event_handler(struct sci_remote_node_con * the device since it's being invalidated anyway */ dev_warn(scirdev_to_dev(rnc_to_dev(sci_rnc)), "%s: SCIC Remote Node Context 0x%p was " - "suspeneded by hardware while being " + "suspended by hardware while being " "invalidated.\n", __func__, sci_rnc); break; default: @@ -473,7 +473,7 @@ enum sci_status sci_remote_node_context_event_handler(struct sci_remote_node_con * the device since it's being resumed anyway */ dev_warn(scirdev_to_dev(rnc_to_dev(sci_rnc)), "%s: SCIC Remote Node Context 0x%p was " - "suspeneded by hardware while being resumed.\n", + "suspended by hardware while being resumed.\n", __func__, sci_rnc); break; default: -- 2.10.2
[toc] | [next] | [standalone]
| From | "Martin K. Petersen" <martin.petersen@oracle.com> |
|---|---|
| Date | 2016-11-15 00:40 +0100 |
| Message-ID | <sDz0Z-5km-5@gated-at.bofh.it> |
| In reply to | #1520277 |
>>>>> "Colin" == Colin King <colin.king@canonical.com> writes: Colin> From: Colin Ian King <colin.king@canonical.com> Trivial fix to Colin> spelling mistake "suspeneded" to "suspended" in dev_warn messages Applied to 4.10/scsi-queue with s/iscsi/isci/. -- Martin K. Petersen Oracle Linux Engineering
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web