[PATCH] x86: fix NUMA Kconfig help text

From: Randy Dunlap
Date: Tue Dec 03 2019 - 19:07:10 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Fix minor NUMA-related Kconfig text:

- Use capitals letters for NUMA acronym.
- Hyphenate Non-Uniform.

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

--- lnx-54.orig/arch/x86/Kconfig
+++ lnx-54/arch/x86/Kconfig
@@ -1554,12 +1554,12 @@ config AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT

# Common NUMA Features
config NUMA
- bool "Numa Memory Allocation and Scheduler Support"
+ bool "NUMA Memory Allocation and Scheduler Support"
depends on SMP
depends on X86_64 || (X86_32 && HIGHMEM64G && X86_BIGSMP)
default y if X86_BIGSMP
---help---
- Enable NUMA (Non Uniform Memory Access) support.
+ Enable NUMA (Non-Uniform Memory Access) support.

The kernel will try to allocate memory used by a CPU on the
local memory controller of the CPU and add some more