[PATCH] x86: fix Kconfig punctuation for X86_BIGSMP

From: Randy Dunlap
Date: Tue Dec 03 2019 - 19:06:53 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

End a sentence with a period (aka full stop) in Kconfig
help text.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: x86@xxxxxxxxxx
---
arch/x86/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-54.orig/arch/x86/Kconfig
+++ lnx-54/arch/x86/Kconfig
@@ -476,7 +476,7 @@ config X86_BIGSMP
bool "Support for big SMP systems with more than 8 CPUs"
depends on SMP
---help---
- This option is needed for the systems that have more than 8 CPUs
+ This option is needed for the systems that have more than 8 CPUs.

config X86_EXTENDED_PLATFORM
bool "Support for extended (non-PC) x86 platforms"