Message ID | 20220724072741.13662-1-wangjianli@cdjrlc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | drivers/scsi: fix repeated words in comments | expand |
diff --git a/drivers/scsi/wd33c93.c b/drivers/scsi/wd33c93.c index 3fe562047d85..a087e681805d 100644 --- a/drivers/scsi/wd33c93.c +++ b/drivers/scsi/wd33c93.c @@ -821,7 +821,7 @@ wd33c93_intr(struct Scsi_Host *instance) /* After starting a DMA transfer, the next interrupt * is guaranteed to be in response to completion of * the transfer. Since the Amiga DMA hardware runs in - * in an open-ended fashion, it needs to be told when + * an open-ended fashion, it needs to be told when * to stop; do that here if D_DMA_RUNNING is true. * Also, we have to update 'this_residual' and 'ptr' * based on the contents of the TRANSFER_COUNT register,
Delete the redundant word 'in'. Signed-off-by: wangjianli <wangjianli@cdjrlc.com> --- drivers/scsi/wd33c93.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)