[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220911113849.13228-1-yuanjilin@cdjrlc.com>
Date: Sun, 11 Sep 2022 19:38:49 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: njavali@...vell.com, mrangankar@...vell.com,
GR-QLogic-Storage-Upstream@...vell.com, jejb@...ux.ibm.com,
martin.petersen@...cle.com
Cc: linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] scsi: qla4xxx: fix repeated words in comments
Delete the redundant word 'should'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
drivers/scsi/qla4xxx/ql4_os.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
index 9e849f6b0d0f..6449823eca48 100644
--- a/drivers/scsi/qla4xxx/ql4_os.c
+++ b/drivers/scsi/qla4xxx/ql4_os.c
@@ -8726,7 +8726,7 @@ static int qla4xxx_probe_adapter(struct pci_dev *pdev,
* NOTE: If ql4dontresethba==1, set IDC_CTRL DONTRESET_BIT0.
* If DONRESET_BIT0 is set, drivers should not set dev_state
* to NEED_RESET. But if NEED_RESET is set, drivers should
- * should honor the reset.
+ * honor the reset.
*/
if (ql4xdontresethba == 1)
qla4_83xx_set_idc_dontreset(ha);
--
2.36.1
Powered by blists - more mailing lists