Message ID | 20221022063821.27974-1-wangjianli@cdjrlc.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | scsi/aic7xxx: fix repeated words in comments | expand |
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
Delete the redundant word 'the'. Signed-off-by: wangjianli <wangjianli@cdjrlc.com> --- drivers/scsi/aic7xxx/aic7xxx_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)