]> git.baikalelectronics.ru Git - kernel.git/commit
mm: fix two typos in comments for to_vmem_altmap()
authorAndreas Ziegler <andreas.ziegler@fau.de>
Tue, 15 Mar 2016 21:55:33 +0000 (14:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Mar 2016 23:55:16 +0000 (16:55 -0700)
commit26698a7d6f60f8aed4b5475918ef541f600eaca6
tree2ee8c3d0b0505e8ee874afe2a539cfae5d1a51d8
parent70abec6321814c97d3225cc97cb1c8ae3c7ea0b5
mm: fix two typos in comments for to_vmem_altmap()

Commit 1438a0d014bd ("x86, mm: introduce vmem_altmap to augment
vmemmap_populate()"), introduced the to_vmem_altmap() function.

The comments in this function contain two typos (one misspelling of the
Kconfig option CONFIG_SPARSEMEM_VMEMMAP, and one missing letter 'n'),
let's fix them up.

Signed-off-by: Andreas Ziegler <andreas.ziegler@fau.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/memremap.c