diff options
author | 2025-02-18 09:08:45 +0200 | |
---|---|---|
committer | 2025-02-18 13:25:06 -0700 | |
commit | 8b2ee518fc062320416359379c2c74dcc8a4de71 (patch) | |
tree | ca47d22507729503d90ec794cf8c4d40b694047e | |
parent | kernel-docs: Add book to process/kernel-docs.rst (diff) | |
download | wireguard-linux-8b2ee518fc062320416359379c2c74dcc8a4de71.tar.xz wireguard-linux-8b2ee518fc062320416359379c2c74dcc8a4de71.zip |
Documentation/kernel-parameters: fix typo in description of reserve_mem
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
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |