mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 04:34:08 +08:00
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>
This commit is contained in:
parent
bc77fb9ce4
commit
e47c49219c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user