[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220724072517.13093-1-wangjianli@cdjrlc.com>
Date: Sun, 24 Jul 2022 15:25:17 +0800
From: wangjianli <wangjianli@...rlc.com>
To: oliver@...kum.org, aliakc@....de, lenehan@...bble.org,
jejb@...ux.ibm.com, martin.petersen@...cle.com
Cc: dc395x@...bble.org, linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org, wangjianli <wangjianli@...rlc.com>
Subject: [PATCH] drivers/scsi: fix repeated words in comments
Delete the redundant word 'in'.
Signed-off-by: wangjianli <wangjianli@...rlc.com>
---
drivers/scsi/dc395x.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/dc395x.c b/drivers/scsi/dc395x.c
index 670a836a6ba1..aea82007dd61 100644
--- a/drivers/scsi/dc395x.c
+++ b/drivers/scsi/dc395x.c
@@ -4226,7 +4226,7 @@ static void adapter_init_params(struct AdapterCtlBlk *acb)
* values that we have already stored in the adapter instance. There's
* some mention that a lot of these are deprecated, so we won't use
* them (we'll use the ones in the adapter instance) but we'll fill
- * them in in case something else needs them.
+ * them in case something else needs them.
*
* The eeprom structure, irq and io ports in the adapter need to have
* been set before calling this function.
--
2.36.1
Powered by blists - more mailing lists