Commit e47c4921 authored by Jilin Yuan's avatar Jilin Yuan Committed by Martin K. Petersen

scsi: NCR5380: Fix repeated words in comment

Delete the redundant word 'the'.
Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
Link: https://lore.kernel.org/r/20221028133708.60030-1-yuanjilin@cdjrlc.comAcked-by: default avatarFinn Thain <fthain@linux-m68k.org>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent bc77fb9c
...@@ -858,7 +858,7 @@ static void NCR5380_dma_complete(struct Scsi_Host *instance) ...@@ -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 * 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 * 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
* 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) static irqreturn_t __maybe_unused NCR5380_intr(int irq, void *dev_id)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment