All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: ch: Fix spelling mistake in comments
@ 2022-07-05  7:47 Zhang Jiaming
  0 siblings, 0 replies; only message in thread
From: Zhang Jiaming @ 2022-07-05  7:47 UTC (permalink / raw)
  To: jejb, martin.petersen
  Cc: linux-scsi, linux-kernel, liqiong, renyu, Zhang Jiaming

Fix spelling of Hav'nt in comments.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
---
 drivers/scsi/ch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/ch.c b/drivers/scsi/ch.c
index 908854869864..0a3011595fbf 100644
--- a/drivers/scsi/ch.c
+++ b/drivers/scsi/ch.c
@@ -127,7 +127,7 @@ static const struct {
 	unsigned char  ascq;
 	int	       errno;
 } ch_err[] = {
-/* Just filled in what looks right. Hav'nt checked any standard paper for
+/* Just filled in what looks right. Haven't checked any standard paper for
    these errno assignments, so they may be wrong... */
 	{
 		.sense  = ILLEGAL_REQUEST,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-05  7:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05  7:47 [PATCH] scsi: ch: Fix spelling mistake in comments Zhang Jiaming

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.