[<prev] [next>] [day] [month] [year] [list]
Message-ID: <09765113-6064-9be3-c1f9-19947e2afa4a@infradead.org>
Date: Fri, 31 Jan 2020 17:54:03 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: Brian Cain <bcain@...eaurora.org>, linux-hexagon@...r.kernel.org
Subject: [PATCH] arch/hexagon: fix punctuation in SMP help text
From: Randy Dunlap <rdunlap@...radead.org>
End a sentence with a period ('.') in SMP help text.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Brian Cain <bcain@...eaurora.org>
Cc: linux-hexagon@...r.kernel.org
---
arch/hexagon/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200131.orig/arch/hexagon/Kconfig
+++ linux-next-20200131/arch/hexagon/Kconfig
@@ -105,7 +105,7 @@ config CMDLINE
config SMP
bool "Multi-Processing support"
---help---
- Enables SMP support in the kernel. If unsure, say "Y"
+ Enables SMP support in the kernel. If unsure, say "Y".
config NR_CPUS
int "Maximum number of CPUs" if SMP
Powered by blists - more mailing lists