Commit a5315819 authored by Mark Brown's avatar Mark Brown Committed by Catalin Marinas

arm64: pgtable: Correct typo in comment

vmmemmap -> vmemmap
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent ade12b86
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* VMALLOC range. * VMALLOC range.
* *
* VMALLOC_START: beginning of the kernel vmalloc space * VMALLOC_START: beginning of the kernel vmalloc space
* VMALLOC_END: extends to the available space below vmmemmap, PCI I/O space * VMALLOC_END: extends to the available space below vmemmap, PCI I/O space
* and fixed mappings * and fixed mappings
*/ */
#define VMALLOC_START (MODULES_END) #define VMALLOC_START (MODULES_END)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment