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:   Tue,  5 Jul 2022 15:47:35 +0800
From:   Zhang Jiaming <jiaming@...china.com>
To:     jejb@...ux.ibm.com, martin.petersen@...cle.com
Cc:     linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
        liqiong@...china.com, renyu@...china.com,
        Zhang Jiaming <jiaming@...china.com>
Subject: [PATCH] scsi: ch: Fix spelling mistake in comments

Fix spelling of Hav'nt in comments.

Signed-off-by: Zhang Jiaming <jiaming@...china.com>
---
 drivers/scsi/ch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/ch.c b/drivers/scsi/ch.c
index 908854869864..0a3011595fbf 100644
--- a/drivers/scsi/ch.c
+++ b/drivers/scsi/ch.c
@@ -127,7 +127,7 @@ static const struct {
 	unsigned char  ascq;
 	int	       errno;
 } ch_err[] = {
-/* Just filled in what looks right. Hav'nt checked any standard paper for
+/* Just filled in what looks right. Haven't checked any standard paper for
    these errno assignments, so they may be wrong... */
 	{
 		.sense  = ILLEGAL_REQUEST,
-- 
2.34.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ