Message ID | a9fe3b4.9f7.180ef9b5e98.Coremail.chenxuebing@jari.cn |
---|---|
State | New |
Headers | show |
Series | scsi: cxlflash:Fix syntax errors in comments | expand |
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)))
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(-)