From: Randy Dunlap Date: Sun, 1 Dec 2019 01:58:26 +0000 (-0800) Subject: mm/Kconfig: fix trivial help text punctuation X-Git-Tag: v5.5-rc1~79^2~1 X-Git-Url: https://repo.jachan.dev/linux.git/commitdiff_plain/dd33d29a19ad81205bfd1d011674b9ed28327e36 mm/Kconfig: fix trivial help text punctuation End a Kconfig help text sentence with a period (aka full stop). Link: http://lkml.kernel.org/r/c17f2c75-dc2a-42a4-2229-bb6b489addf2@infradead.org Signed-off-by: Randy Dunlap Reviewed-by: Andrew Morton Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/Kconfig b/mm/Kconfig index 1a0f752d8382..ab80933be65f 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -29,7 +29,7 @@ config FLATMEM_MANUAL For systems that have holes in their physical address spaces and for features like NUMA and memory hotplug, - choose "Sparse Memory" + choose "Sparse Memory". If unsure, choose this option (Flat Memory) over any other.