Message ID | c17f2c75-dc2a-42a4-2229-bb6b489addf2@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | mm: fix trivial help text punctuation | expand |
On 30.11.19 20:48, Randy Dunlap wrote: > From: Randy Dunlap <rdunlap@infradead.org> > > End a Kconfig help text sentence with a period (aka full stop). > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > --- > mm/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- lnx-54.orig/mm/Kconfig > +++ lnx-54/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. > Reviewed-by: David Hildenbrand <david@redhat.com>
--- lnx-54.orig/mm/Kconfig +++ lnx-54/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.