[PATCH] drivers/scsi: fix repeated words in comments

wangjianli posted 1 patch 3 years, 6 months ago
There is a newer version of this series
drivers/scsi/wd33c93.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] drivers/scsi: fix repeated words in comments
Posted by wangjianli 3 years, 6 months ago
Delete the redundant word 'in'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.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