All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: isci: host: Fix spelling mistake "doesnt" -> "doesn't"
@ 2022-03-16 23:56 Colin Ian King
  2022-03-30  3:46 ` Martin K. Petersen
  2022-04-07 13:35 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2022-03-16 23:56 UTC (permalink / raw)
  To: Artur Paszkiewicz, James E . J . Bottomley, Martin K . Petersen,
	linux-scsi
  Cc: kernel-janitors, linux-kernel

There are a few spelling mistakes in dev_warn and dev_err messages.
Fix these.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/scsi/isci/host.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/scsi/isci/host.c b/drivers/scsi/isci/host.c
index d690d9cf7eb1..35589b6af90d 100644
--- a/drivers/scsi/isci/host.c
+++ b/drivers/scsi/isci/host.c
@@ -413,7 +413,7 @@ static void sci_controller_event_completion(struct isci_host *ihost, u32 ent)
 				dev_warn(&ihost->pdev->dev,
 					 "%s: SCIC Controller 0x%p received "
 					 "event 0x%x for io request object "
-					 "that doesnt exist.\n",
+					 "that doesn't exist.\n",
 					 __func__,
 					 ihost,
 					 ent);
@@ -428,7 +428,7 @@ static void sci_controller_event_completion(struct isci_host *ihost, u32 ent)
 				dev_warn(&ihost->pdev->dev,
 					 "%s: SCIC Controller 0x%p received "
 					 "event 0x%x for remote device object "
-					 "that doesnt exist.\n",
+					 "that doesn't exist.\n",
 					 __func__,
 					 ihost,
 					 ent);
@@ -462,7 +462,7 @@ static void sci_controller_event_completion(struct isci_host *ihost, u32 ent)
 		} else
 			dev_err(&ihost->pdev->dev,
 				"%s: SCIC Controller 0x%p received event 0x%x "
-				"for remote device object 0x%0x that doesnt "
+				"for remote device object 0x%0x that doesn't "
 				"exist.\n",
 				__func__,
 				ihost,
-- 
2.35.1


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

* Re: [PATCH] scsi: isci: host: Fix spelling mistake "doesnt" -> "doesn't"
  2022-03-16 23:56 [PATCH] scsi: isci: host: Fix spelling mistake "doesnt" -> "doesn't" Colin Ian King
@ 2022-03-30  3:46 ` Martin K. Petersen
  2022-04-07 13:35 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2022-03-30  3:46 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Artur Paszkiewicz, James E . J . Bottomley, Martin K . Petersen,
	linux-scsi, kernel-janitors, linux-kernel


Colin,

> There are a few spelling mistakes in dev_warn and dev_err messages.
> Fix these.

Applied to 5.18/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

* Re: [PATCH] scsi: isci: host: Fix spelling mistake "doesnt" -> "doesn't"
  2022-03-16 23:56 [PATCH] scsi: isci: host: Fix spelling mistake "doesnt" -> "doesn't" Colin Ian King
  2022-03-30  3:46 ` Martin K. Petersen
@ 2022-04-07 13:35 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2022-04-07 13:35 UTC (permalink / raw)
  To: linux-scsi; +Cc: Martin K . Petersen, linux-kernel, kernel-janitors

On Wed, 16 Mar 2022 23:56:15 +0000, Colin Ian King wrote:

> There are a few spelling mistakes in dev_warn and dev_err messages.
> Fix these.
> 
> 

Applied to 5.18/scsi-fixes, thanks!

[1/1] scsi: isci: host: Fix spelling mistake "doesnt" -> "doesn't"
      https://git.kernel.org/mkp/scsi/c/fac952bb546a

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2022-04-07 13:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 23:56 [PATCH] scsi: isci: host: Fix spelling mistake "doesnt" -> "doesn't" Colin Ian King
2022-03-30  3:46 ` Martin K. Petersen
2022-04-07 13:35 ` 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.