diff options
author | Mark Brown <broonie@kernel.org> | 2019-10-24 13:01:43 +0100 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2019-10-25 16:29:11 +0100 |
commit | a5315819c5e7e50b2b457b60aaf2cc61d76888a2 (patch) | |
tree | 9a8425e004d2e9945d40bf3a29b3ed10877ff0f1 /arch/arm64/include | |
parent | ade12b8631d91b9c2849facb0a1dc3af317ecbb3 (diff) |
arm64: pgtable: Correct typo in comment
vmmemmap -> vmemmap
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/include')
-rw-r--r-- | arch/arm64/include/asm/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/pgtable.h b/arch/arm64/include/asm/pgtable.h index 7576df00eb50..4438a23f969c 100644 --- a/arch/arm64/include/asm/pgtable.h +++ b/arch/arm64/include/asm/pgtable.h @@ -17,7 +17,7 @@ * VMALLOC range. * * 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 */ #define VMALLOC_START (MODULES_END) |