[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <443ed0a8-783d-6c7c-3258-e1c44df03fd7@infradead.org>
Date: Tue, 3 Dec 2019 16:06:47 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>, X86 ML <x86@...nel.org>
Subject: [PATCH] x86: fix Kconfig punctuation for X86_BIGSMP
From: Randy Dunlap <rdunlap@...radead.org>
End a sentence with a period (aka full stop) in Kconfig
help text.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: x86@...nel.org
---
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"
Powered by blists - more mailing lists