lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 23 May 2022 14:29:38 +0800 (GMT+08:00)
From:   陈学兵 <chenxuebing@...i.cn>
To:     jejb@...ux.ibm.com
Cc:     martin.petersen@...cle.com, manoj@...ux.ibm.com,
        mrochs@...ux.ibm.com, ukrishn@...ux.ibm.com,
        linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] scsi: cxlflash:Fix syntax errors in comments

Delete the redundant word 'flags'

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ