2016-11-12 16:50:04

by Colin King

[permalink] [raw]
Subject: [PATCH] iscsi: fix spelling mistakes in dev_warn messages

From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake "suspeneded" to "suspended" in
dev_warn messages

Signed-off-by: Colin Ian King <[email protected]>
---
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


2016-11-14 22:57:29

by Bart Van Assche

[permalink] [raw]
Subject: Re: [PATCH] iscsi: fix spelling mistakes in dev_warn messages

On 11/12/2016 08:49 AM, Colin King wrote:
> Trivial fix to spelling mistake "suspeneded" to "suspended" in
> dev_warn messages

Reviewed-by: Bart Van Assche <[email protected]>

2016-11-14 23:33:49

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH] iscsi: fix spelling mistakes in dev_warn messages

>>>>> "Colin" == Colin King <[email protected]> writes:

Colin> From: Colin Ian King <[email protected]> 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