[PATCH] scsi: cxlflash:Fix syntax errors in comments

陈学兵 posted 1 patch 3 years, 11 months ago
drivers/scsi/cxlflash/sislite.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] scsi: cxlflash:Fix syntax errors in comments
Posted by 陈学兵 3 years, 11 months ago
Delete the redundant word 'flags'

Signed-off-by: Chenxuebing <chenxuebing@jari.cn>
---
 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