]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
scsi: NCR5380: Fix repeated words in comment
authorJilin Yuan <yuanjilin@cdjrlc.com>
Fri, 28 Oct 2022 13:37:08 +0000 (21:37 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 8 Nov 2022 02:57:01 +0000 (02:57 +0000)
Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Link: https://lore.kernel.org/r/20221028133708.60030-1-yuanjilin@cdjrlc.com
Acked-by: Finn Thain <fthain@linux-m68k.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/NCR5380.c

index dece7d9eb4d367ccb1b34c04c3df7fa0ee96bb7e..ca85bddb582b468a4573b2858d52cf5acd3c80d9 100644 (file)
@@ -858,7 +858,7 @@ static void NCR5380_dma_complete(struct Scsi_Host *instance)
  * 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
- * the Busy Monitor interrupt is enabled together with DMA Mode.
+ * Busy Monitor interrupt is enabled together with DMA Mode.
  */
 
 static irqreturn_t __maybe_unused NCR5380_intr(int irq, void *dev_id)