diff mbox series

arm64: pgtable: Correct typo in comment

Message ID 20191024120143.48584-1-broonie@kernel.org (mailing list archive)
State Mainlined
Commit a5315819c5e7e50b2b457b60aaf2cc61d76888a2
Headers show
Series arm64: pgtable: Correct typo in comment | expand

Commit Message

Mark Brown Oct. 24, 2019, 12:01 p.m. UTC
vmmemmap -> vmemmap

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 arch/arm64/include/asm/pgtable.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Catalin Marinas Oct. 25, 2019, 3:22 p.m. UTC | #1
On Thu, Oct 24, 2019 at 01:01:43PM +0100, Mark Brown wrote:
> vmmemmap -> vmemmap
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>

Queued for 5.5. Thanks.
diff mbox series

Patch

diff --git a/arch/arm64/include/asm/pgtable.h b/arch/arm64/include/asm/pgtable.h
index 69b1b9126d90..e9e14fa608f7 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)