diff options
author | Jilin Yuan <[email protected]> | 2022-10-28 21:37:08 +0800 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2022-11-08 02:57:01 +0000 |
commit | e47c49219c1e20760cd66cef4411b35a3a86c0a2 (patch) | |
tree | ed8b14c9af248fb17121f2d856b4504e00453b3c | |
parent | bc77fb9ce40c276cedf889dca2bc6d1b1edc2763 (diff) |
scsi: NCR5380: Fix repeated words in comment
Delete the redundant word 'the'.
Signed-off-by: Jilin Yuan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Finn Thain <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/NCR5380.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/NCR5380.c b/drivers/scsi/NCR5380.c index dece7d9eb4d3..ca85bddb582b 100644 --- a/drivers/scsi/NCR5380.c +++ b/drivers/scsi/NCR5380.c @@ -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) |