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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250109063444.865682-1-dungeonlords789@naver.com>
Date: Thu,  9 Jan 2025 15:34:44 +0900
From: Cherniaev Andrei <dungeonlords789@...er.com>
To: linux-kernel@...r.kernel.org
Cc: linux-raid@...r.kernel.org,
	yukuai3@...wei.com,
	song@...nel.org,
	Cherniaev Andrei <dungeonlords789@...er.com>
Subject: [PATCH 1/1] md: Fix typo in comment

Signed-off-by: Cherniaev Andrei <dungeonlords789@...er.com>
---
 include/uapi/linux/raid/md_p.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/uapi/linux/raid/md_p.h b/include/uapi/linux/raid/md_p.h
index 5a43c23f53bf..36a3394e5066 100644
--- a/include/uapi/linux/raid/md_p.h
+++ b/include/uapi/linux/raid/md_p.h
@@ -76,10 +76,10 @@
 #define MD_DISK_SYNC		2 /* disk is in sync with the raid set */
 #define MD_DISK_REMOVED		3 /* disk is in sync with the raid set */
 #define MD_DISK_CLUSTER_ADD     4 /* Initiate a disk add across the cluster
-				   * For clustered enviroments only.
+				   * For clustered environments only.
 				   */
 #define MD_DISK_CANDIDATE	5 /* disk is added as spare (local) until confirmed
-				   * For clustered enviroments only.
+				   * For clustered environments only.
 				   */
 #define MD_DISK_FAILFAST	10 /* Send REQ_FAILFAST if there are multiple
 				    * devices available - and don't try to
-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ