Skip to content

Commit 4399e6c

Browse files
rddunlapctmarinas
authored andcommitted
arm64: fix NUMA Kconfig typos
Fix typos in arch/arm64/Kconfig: - spell Numa as NUMA - add hyphenation to Non-Uniform Signed-off-by: Randy Dunlap <[email protected]> Cc: Will Deacon <[email protected]> Cc: [email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent f8788d8 commit 4399e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -952,11 +952,11 @@ config HOTPLUG_CPU
952952

953953
# Common NUMA Features
954954
config NUMA
955-
bool "Numa Memory Allocation and Scheduler Support"
955+
bool "NUMA Memory Allocation and Scheduler Support"
956956
select ACPI_NUMA if ACPI
957957
select OF_NUMA
958958
help
959-
Enable NUMA (Non Uniform Memory Access) support.
959+
Enable NUMA (Non-Uniform Memory Access) support.
960960

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

0 commit comments

Comments
 (0)