2022-05-23 08:19:38

by XueBing Chen

[permalink] [raw]
Subject: [PATCH] scsi: cxlflash:Fix syntax errors in comments

Delete the redundant word 'flags'

Signed-off-by: Chenxuebing <[email protected]>
---
drivers/scsi/cxlflash/sislite.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/cxlflash/sislite.h b/drivers/scsi/cxlflash/sislite.h
index ab315c59505b..d4cfd46b6215 100644
--- a/drivers/scsi/cxlflash/sislite.h
+++ b/drivers/scsi/cxlflash/sislite.h
@@ -531,7 +531,7 @@ struct sisl_rht_entry_f1 {
#define SISL_RHT_FP(fmt, perm) (((fmt) << 4) | (perm))

/* make the fp byte for a clone from a source fp and clone flags
- * flags must be only 2 LSB bits.
+ * must be only 2 LSB bits.
*/
#define SISL_RHT_FP_CLONE(src_fp, cln_flags) ((src_fp) & (0xFC | (cln_flags)))

--
2.36.1