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.

mm/memory_hotplug: fix typo 'esecially' -> 'especially'

Link: https://lkml.kernel.org/r/20250918174528.90879-1-manish1588@gmail.com
Signed-off-by: Manish Kumar <manish1588@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Manish Kumar and committed by
Andrew Morton
51032f26 ab521b41

+1 -1
+1 -1
mm/memory_hotplug.c
··· 955 955 * effectively unused by the kernel, yet they account to "present pages". 956 956 * Fortunately, these allocations are comparatively small in relevant setups 957 957 * (e.g., fraction of system memory). 958 - * b) Some hotplugged memory blocks in virtualized environments, esecially 958 + * b) Some hotplugged memory blocks in virtualized environments, especially 959 959 * hotplugged by virtio-mem, look like they are completely present, however, 960 960 * only parts of the memory block are actually currently usable. 961 961 * "present pages" is an upper limit that can get reached at runtime. As