Message ID | 20220911113143.2649-1-yuanjilin@cdjrlc.com |
---|---|
State | New |
Headers | show |
Series | scsi: qla2xxx: fix repeated words in comments | expand |
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
Delete the redundant word 'not'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> --- drivers/scsi/qla2xxx/qla_dbg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)