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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Delete the redundant word 'flags'

Signed-off-by: Chenxuebing <chenxuebing@xxxxxxx>
---
 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




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux