Skip to content

Commit f54619f

Browse files
standby24x7Jiri Kosina
authored andcommitted
treewide: Fix typos in Kconfig
This patch fix spelling typos found in Kconfig. Signed-off-by: Masanari Iida <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent e8ac6ea commit f54619f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

arch/blackfin/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ config TICKSOURCE_CORETMR
671671
default y
672672
endmenu
673673

674-
menu "Clock souce"
674+
menu "Clock source"
675675
depends on GENERIC_CLOCKEVENTS
676676
config CYCLES_CLOCKSOURCE
677677
bool "CYCLES"

arch/mips/cavium-octeon/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
if CPU_CAVIUM_OCTEON
22

33
config CAVIUM_CN63XXP1
4-
bool "Enable CN63XXP1 errata worarounds"
4+
bool "Enable CN63XXP1 errata workarounds"
55
default "n"
66
help
77
The CN63XXP1 chip requires build time workarounds to

drivers/i2c/busses/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ config I2C_BCM_KONA
356356
If you say yes to this option, support will be included for the
357357
I2C interface on the Broadcom Kona family of processors.
358358

359-
If you do not need KONA I2C inteface, say N.
359+
If you do not need KONA I2C interface, say N.
360360

361361
config I2C_BLACKFIN_TWI
362362
tristate "Blackfin TWI I2C support"

drivers/irqchip/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ config XTENSA_MX
110110
config IRQ_CROSSBAR
111111
bool
112112
help
113-
Support for a CROSSBAR ip that preceeds the main interrupt controller.
113+
Support for a CROSSBAR ip that precedes the main interrupt controller.
114114
The primary irqchip invokes the crossbar's callback which inturn allocates
115115
a free irq and configures the IP. Thus the peripheral interrupts are
116116
routed to one of the free irqchip interrupt lines.

drivers/platform/x86/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ config ASUS_NB_WMI
540540
This is a driver for newer Asus notebooks. It adds extra features
541541
like wireless radio and bluetooth control, leds, hotkeys, backlight...
542542

543-
For more informations, see
543+
For more information, see
544544
<file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
545545

546546
If you have an ACPI-WMI compatible Asus Notebook, say Y or M
@@ -553,7 +553,7 @@ config EEEPC_WMI
553553
This is a driver for newer Eee PC laptops. It adds extra features
554554
like wireless radio and bluetooth control, leds, hotkeys, backlight...
555555

556-
For more informations, see
556+
For more information, see
557557
<file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
558558

559559
If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M

drivers/usb/host/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ config XPS_USB_HCD_XILINX
126126
select USB_EHCI_BIG_ENDIAN_DESC
127127
select USB_EHCI_BIG_ENDIAN_MMIO
128128
---help---
129-
Xilinx xps USB host controller core is EHCI compilant and has
129+
Xilinx xps USB host controller core is EHCI compliant and has
130130
transaction translator built-in. It can be configured to either
131131
support both high speed and full speed devices, or high speed
132132
devices only.

0 commit comments

Comments
 (0)