[PATCH] drivers/ata: fix repeated words in comments

From: wangjianli
Date: Thu Sep 08 2022 - 08:49:05 EST


Delete the redundant word 'in'.

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

diff --git a/drivers/ata/sata_dwc_460ex.c b/drivers/ata/sata_dwc_460ex.c
index e3263e961045..a4c83a6e5631 100644
--- a/drivers/ata/sata_dwc_460ex.c
+++ b/drivers/ata/sata_dwc_460ex.c
@@ -1087,7 +1087,7 @@ static struct scsi_host_template sata_dwc_sht = {
/*
* test-only: Currently this driver doesn't handle NCQ
* correctly. We enable NCQ but set the queue depth to a
- * max of 1. This will get fixed in in a future release.
+ * max of 1. This will get fixed in a future release.
*/
.sg_tablesize = LIBATA_MAX_PRD,
/* .can_queue = ATA_MAX_QUEUE, */
--
2.36.1