Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: NCR5380: Fix repeated words in comment

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>

authored by

Jilin Yuan and committed by
Martin K. Petersen
e47c4921 bc77fb9c

+1 -1
+1 -1
drivers/scsi/NCR5380.c
··· 858 858 * latency, but a bus reset will reset chip logic. Checking for parity error 859 859 * is unnecessary because that interrupt is never enabled. A Loss of BSY 860 860 * condition will clear DMA Mode. We can tell when this occurs because the 861 - * the Busy Monitor interrupt is enabled together with DMA Mode. 861 + * Busy Monitor interrupt is enabled together with DMA Mode. 862 862 */ 863 863 864 864 static irqreturn_t __maybe_unused NCR5380_intr(int irq, void *dev_id)