drivers/scsi: fix repeated words in comments

Message ID 20221022062809.16538-1-wangjianli@cdjrlc.com
State New
Headers
Series drivers/scsi: fix repeated words in comments |

Commit Message

wangjianli Oct. 22, 2022, 6:28 a.m. UTC
  Delete the redundant word 'the'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 drivers/scsi/NCR5380.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/drivers/scsi/NCR5380.c b/drivers/scsi/NCR5380.c
index dece7d9eb4d3..36f8133ad7d8 100644
--- a/drivers/scsi/NCR5380.c
+++ b/drivers/scsi/NCR5380.c
@@ -857,7 +857,7 @@  static void NCR5380_dma_complete(struct Scsi_Host *instance)
  * Checking for bus reset by reading RST is futile because of interrupt
  * latency, but a bus reset will reset chip logic. Checking for parity error
  * is unnecessary because that interrupt is never enabled. A Loss of BSY
- * condition will clear DMA Mode. We can tell when this occurs because the
+ * condition will clear DMA Mode. We can tell when this occurs because
  * the Busy Monitor interrupt is enabled together with DMA Mode.
  */