Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Mike Rapoport (Microsoft) and committed by
Jonathan Corbet
8b2ee518 57937eac

+1 -1
+1 -1
Documentation/admin-guide/kernel-parameters.txt
··· 6082 6082 is assumed to be I/O ports; otherwise it is memory. 6083 6083 6084 6084 reserve_mem= [RAM] 6085 - Format: nn[KNG]:<align>:<label> 6085 + Format: nn[KMG]:<align>:<label> 6086 6086 Reserve physical memory and label it with a name that 6087 6087 other subsystems can use to access it. This is typically 6088 6088 used for systems that do not wipe the RAM, and this command