]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Documentation/kernel-parameters: fix typo in description of reserve_mem
authorMike Rapoport (Microsoft) <rppt@kernel.org>
Tue, 18 Feb 2025 07:08:45 +0000 (09:08 +0200)
committerJonathan Corbet <corbet@lwn.net>
Tue, 18 Feb 2025 20:25:06 +0000 (13:25 -0700)
The format description of reserve_mem uses [KNG] as units, rather than
[KMG].

Fix it.

Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250218070845.3769520-1-rppt@kernel.org
Documentation/admin-guide/kernel-parameters.txt

index fb8752b42ec8582b8750d7e014c4d76166fa2fc1..bf00552908bc6fee9ce2d7b50d5cdc3a15fa28bd 100644 (file)
                        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