[PATCH] arm64: fix NUMA Kconfig typos

From: Randy Dunlap
Date: Fri Jan 31 2020 - 20:51:36 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Fix typos in arch/arm64/Kconfig:

- spell Numa as NUMA
- add hyphenation to Non-Uniform

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Catalin Marinas <catalin.marinas@xxxxxxx>
Cc: Will Deacon <will@xxxxxxxxxx>
Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
---
arch/arm64/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200131.orig/arch/arm64/Kconfig
+++ linux-next-20200131/arch/arm64/Kconfig
@@ -952,11 +952,11 @@ config HOTPLUG_CPU

# Common NUMA Features
config NUMA
- bool "Numa Memory Allocation and Scheduler Support"
+ bool "NUMA Memory Allocation and Scheduler Support"
select ACPI_NUMA if ACPI
select OF_NUMA
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 of the CPU and add some more