scsi: NCR5380: fix repeated words in comments

Message ID 20221028133708.60030-1-yuanjilin@cdjrlc.com
State New
Headers
Series scsi: NCR5380: fix repeated words in comments |

Commit Message

Jilin Yuan Oct. 28, 2022, 1:37 p.m. UTC
  Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/scsi/NCR5380.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Finn Thain Oct. 28, 2022, 9:38 p.m. UTC | #1
On Fri, 28 Oct 2022, Jilin Yuan wrote:

> Delete the redundant word 'the'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>

Acked-by: Finn Thain <fthain@linux-m68k.org>

> ---
>  drivers/scsi/NCR5380.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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)
>
  
Martin K. Petersen Nov. 17, 2022, 6:29 p.m. UTC | #2
On Fri, 28 Oct 2022 21:37:08 +0800, Jilin Yuan wrote:

> Delete the redundant word 'the'.
> 
> 

Applied to 6.2/scsi-queue, thanks!

[1/1] scsi: NCR5380: fix repeated words in comments
      https://git.kernel.org/mkp/scsi/c/e47c49219c1e
  

Patch

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)