ARM: 9288/1: Kconfigs: fix spelling & grammar
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 24 Jan 2023 18:16:18 +0000 (19:16 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Tue, 31 Jan 2023 10:18:54 +0000 (10:18 +0000)
Fix spelling (reported by codespell) and grammar in Arm Kconfig files.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: patches@armlinux.org.uk
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/Kconfig.debug
arch/arm/mm/Kconfig

index c345775f035bc4c3c3d86a1a3591554529d5d509..a1af9eb11d6f00b7c786b654b494323a63fa71a4 100644 (file)
@@ -1276,8 +1276,8 @@ choice
                depends on MACH_STM32MP157
                select DEBUG_STM32_UART
                help
-                 Say Y here if you want kernel low-level debugging support
-                 on STM32MP1 based platforms, wich default UART is wired on
+                 Say Y here if you want kernel low-level debugging support on
+                 STM32MP1-based platforms, where the default UART is wired to
                  UART4, but another UART instance can be selected by modifying
                  CONFIG_DEBUG_UART_PHYS and CONFIG_DEBUG_UART_VIRT.
 
index fc439c2c16f83a2cd7fc556476637528605a218b..c5bbae86f725f35f4b5716fbf031bbd64232b33c 100644 (file)
@@ -743,7 +743,7 @@ config SWP_EMULATE
          If unsure, say Y.
 
 choice
-       prompt "CPU Endianess"
+       prompt "CPU Endianness"
        default CPU_LITTLE_ENDIAN
 
 config CPU_LITTLE_ENDIAN