kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"
@ 2021-09-24 23:03 Colin King
  2021-09-29  4:19 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2021-09-24 23:03 UTC (permalink / raw)
  To: Michael S . Tsirkin, Jason Wang, Paolo Bonzini, Stefan Hajnoczi,
	James E . J . Bottomley, Martin K . Petersen, virtualization,
	linux-scsi
  Cc: kernel-janitors, linux-kernel

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

There are a couple of spelling mistakes in pr_info and pr_err messages.
Fix them.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/scsi/virtio_scsi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/virtio_scsi.c b/drivers/scsi/virtio_scsi.c
index c25ce8f0e0af..07d0250f17c3 100644
--- a/drivers/scsi/virtio_scsi.c
+++ b/drivers/scsi/virtio_scsi.c
@@ -300,7 +300,7 @@ static void virtscsi_handle_transport_reset(struct virtio_scsi *vscsi,
 		}
 		break;
 	default:
-		pr_info("Unsupport virtio scsi event reason %x\n", event->reason);
+		pr_info("Unsupported virtio scsi event reason %x\n", event->reason);
 	}
 }
 
@@ -392,7 +392,7 @@ static void virtscsi_handle_event(struct work_struct *work)
 		virtscsi_handle_param_change(vscsi, event);
 		break;
 	default:
-		pr_err("Unsupport virtio scsi event %x\n", event->event);
+		pr_err("Unsupported virtio scsi event %x\n", event->event);
 	}
 	virtscsi_kick_event(vscsi, event_node);
 }
-- 
2.32.0


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

* Re: [PATCH] scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"
  2021-09-24 23:03 [PATCH] scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported" Colin King
@ 2021-09-29  4:19 ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2021-09-29  4:19 UTC (permalink / raw)
  To: Colin King, Jason Wang, Stefan Hajnoczi, James E . J . Bottomley,
	virtualization, Paolo Bonzini, Michael S . Tsirkin, linux-scsi
  Cc: Martin K . Petersen, linux-kernel, kernel-janitors

On Sat, 25 Sep 2021 00:03:30 +0100, Colin King wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> There are a couple of spelling mistakes in pr_info and pr_err messages.
> Fix them.
> 
> 

Applied to 5.15/scsi-fixes, thanks!

[1/1] scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"
      https://git.kernel.org/mkp/scsi/c/cced4c0ec7c0

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2021-09-29  4:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-24 23:03 [PATCH] scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported" Colin King
2021-09-29  4:19 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).