diff mbox series

mm: fix trivial help text punctuation

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

Commit Message

Randy Dunlap Nov. 30, 2019, 7:48 p.m. UTC
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(-)

Comments

David Hildenbrand Dec. 2, 2019, 9:30 a.m. UTC | #1
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>
diff mbox series

Patch

--- 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.