public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/kernel-parameters: fix typo in description of reserve_mem
@ 2025-02-18  7:08 Mike Rapoport
  2025-02-18 19:50 ` Randy Dunlap
  2025-02-18 20:25 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Mike Rapoport @ 2025-02-18  7:08 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Mike Rapoport, Steven Rostedt, linux-doc, linux-kernel

From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>

The format description of reserve_mem uses [KNG] as units, rather than
[KMG].

Fix it.

Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
---
 Documentation/admin-guide/kernel-parameters.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index fb8752b42ec8..bf00552908bc 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -6082,7 +6082,7 @@
 			is assumed to be I/O ports; otherwise it is memory.
 
 	reserve_mem=	[RAM]
-			Format: nn[KNG]:<align>:<label>
+			Format: nn[KMG]:<align>:<label>
 			Reserve physical memory and label it with a name that
 			other subsystems can use to access it. This is typically
 			used for systems that do not wipe the RAM, and this command
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-18 20:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-18  7:08 [PATCH] Documentation/kernel-parameters: fix typo in description of reserve_mem Mike Rapoport
2025-02-18 19:50 ` Randy Dunlap
2025-02-18 20:25 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox