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]
Message-ID: <20251031071846.3387-1-chuguangqing@inspur.com>
Date: Fri, 31 Oct 2025 15:18:46 +0800
From: Chu Guangqing <chuguangqing@...pur.com>
To: <sth@...ux.ibm.com>, <hoeppner@...ux.ibm.com>, <axboe@...nel.dk>
CC: <linux-s390@...r.kernel.org>, <linux-block@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>, Chu Guangqing <chuguangqing@...pur.com>
Subject: [PATCH] partitions/ibm: Fix a spelling mistake

The word "formatted" is missing a letter "t" (the incorrect spelling would
 be "formated").

Signed-off-by: Chu Guangqing <chuguangqing@...pur.com>
---
 block/partitions/ibm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/partitions/ibm.c b/block/partitions/ibm.c
index 631291fbb356..9a6c84773cca 100644
--- a/block/partitions/ibm.c
+++ b/block/partitions/ibm.c
@@ -247,7 +247,7 @@ static int find_lnx1_partitions(struct parsed_partitions *state,
 		size = label->lnx.formatted_blocks * secperblk;
 	} else {
 		/*
-		 * Formated w/o large volume support. If the sanity check
+		 * Formatted w/o large volume support. If the sanity check
 		 * 'size based on geo == size based on nr_sectors' is true, then
 		 * we can safely assume that we know the formatted size of
 		 * the disk, otherwise we need additional information
-- 
2.43.7


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ