[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220724072741.13662-1-wangjianli@cdjrlc.com>
Date: Sun, 24 Jul 2022 15:27:41 +0800
From: wangjianli <wangjianli@...rlc.com>
To: oliver@...kum.org, aliakc@....de, lenehan@...bble.org,
jejb@...ux.ibm.com, martin.petersen@...cle.com
Cc: dc395x@...bble.org, linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org, wangjianli <wangjianli@...rlc.com>
Subject: [PATCH] drivers/scsi: fix repeated words in comments
Delete the redundant word 'in'.
Signed-off-by: wangjianli <wangjianli@...rlc.com>
---
drivers/scsi/wd33c93.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/wd33c93.c b/drivers/scsi/wd33c93.c
index 3fe562047d85..a087e681805d 100644
--- a/drivers/scsi/wd33c93.c
+++ b/drivers/scsi/wd33c93.c
@@ -821,7 +821,7 @@ wd33c93_intr(struct Scsi_Host *instance)
/* After starting a DMA transfer, the next interrupt
* is guaranteed to be in response to completion of
* the transfer. Since the Amiga DMA hardware runs in
- * in an open-ended fashion, it needs to be told when
+ * an open-ended fashion, it needs to be told when
* to stop; do that here if D_DMA_RUNNING is true.
* Also, we have to update 'this_residual' and 'ptr'
* based on the contents of the TRANSFER_COUNT register,
--
2.36.1
Powered by blists - more mailing lists