[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220911113143.2649-1-yuanjilin@cdjrlc.com>
Date: Sun, 11 Sep 2022 19:31:43 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: martin.petersen@...cle.com, jejb@...ux.ibm.com,
GR-QLogic-Storage-Upstream@...vell.com, njavali@...vell.com
Cc: linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] scsi: qla2xxx: fix repeated words in comments
Delete the redundant word 'not'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
drivers/scsi/qla2xxx/qla_dbg.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/qla2xxx/qla_dbg.h b/drivers/scsi/qla2xxx/qla_dbg.h
index 70482b55d240..3a34ec9f3048 100644
--- a/drivers/scsi/qla2xxx/qla_dbg.h
+++ b/drivers/scsi/qla2xxx/qla_dbg.h
@@ -356,7 +356,7 @@ ql_log_qp(uint32_t, struct qla_qpair *, int32_t, const char *fmt, ...);
#define ql_dbg_vport 0x00040000 /* Virtual Port Debug */
#define ql_dbg_buffer 0x00020000 /* For dumping the buffer/regs */
#define ql_dbg_misc 0x00010000 /* For dumping everything that is not
- * not covered by upper categories
+ * covered by upper categories
*/
#define ql_dbg_verbose 0x00008000 /* More verbosity for each level
* This is to be used with other levels where
--
2.36.1
Powered by blists - more mailing lists