[PATCH] scsi/aic7xxx: fix repeated words in comments

From: wangjianli
Date: Sat Oct 22 2022 - 02:38:49 EST


Delete the redundant word 'the'.

Signed-off-by: wangjianli <wangjianli@xxxxxxxxxx>
---
drivers/scsi/aic7xxx/aic7xxx_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/aic7xxx/aic7xxx_core.c b/drivers/scsi/aic7xxx/aic7xxx_core.c
index a396f048a031..dbce720c7a9f 100644
--- a/drivers/scsi/aic7xxx/aic7xxx_core.c
+++ b/drivers/scsi/aic7xxx/aic7xxx_core.c
@@ -1110,7 +1110,7 @@ ahc_handle_seqint(struct ahc_softc *ahc, u_int intstat)
hscb->control = 0;

/*
- * This request sense could be because the
+ * This request sense could be because
* the device lost power or in some other
* way has lost our transfer negotiations.
* Renegotiate if appropriate. Unit attention
--
2.36.1