Skip to content

Commit cfb1076

Browse files
rddunlapRussell King (Oracle)
authored andcommitted
ARM: 9288/1: Kconfigs: fix spelling & grammar
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>
1 parent b575b5a commit cfb1076

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm/Kconfig.debug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,8 +1276,8 @@ choice
12761276
depends on MACH_STM32MP157
12771277
select DEBUG_STM32_UART
12781278
help
1279-
Say Y here if you want kernel low-level debugging support
1280-
on STM32MP1 based platforms, wich default UART is wired on
1279+
Say Y here if you want kernel low-level debugging support on
1280+
STM32MP1-based platforms, where the default UART is wired to
12811281
UART4, but another UART instance can be selected by modifying
12821282
CONFIG_DEBUG_UART_PHYS and CONFIG_DEBUG_UART_VIRT.
12831283

arch/arm/mm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ config SWP_EMULATE
743743
If unsure, say Y.
744744

745745
choice
746-
prompt "CPU Endianess"
746+
prompt "CPU Endianness"
747747
default CPU_LITTLE_ENDIAN
748748

749749
config CPU_LITTLE_ENDIAN

0 commit comments

Comments
 (0)