Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

treewide: Fix typos in Kconfig

This patch fix spelling typos found in Kconfig.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Masanari Iida and committed by
Jiri Kosina
f54619f2 e8ac6ea8

+7 -7
+1 -1
arch/blackfin/Kconfig
··· 671 671 default y 672 672 endmenu 673 673 674 - menu "Clock souce" 674 + menu "Clock source" 675 675 depends on GENERIC_CLOCKEVENTS 676 676 config CYCLES_CLOCKSOURCE 677 677 bool "CYCLES"
+1 -1
arch/mips/cavium-octeon/Kconfig
··· 1 1 if CPU_CAVIUM_OCTEON 2 2 3 3 config CAVIUM_CN63XXP1 4 - bool "Enable CN63XXP1 errata worarounds" 4 + bool "Enable CN63XXP1 errata workarounds" 5 5 default "n" 6 6 help 7 7 The CN63XXP1 chip requires build time workarounds to
+1 -1
drivers/i2c/busses/Kconfig
··· 356 356 If you say yes to this option, support will be included for the 357 357 I2C interface on the Broadcom Kona family of processors. 358 358 359 - If you do not need KONA I2C inteface, say N. 359 + If you do not need KONA I2C interface, say N. 360 360 361 361 config I2C_BLACKFIN_TWI 362 362 tristate "Blackfin TWI I2C support"
+1 -1
drivers/irqchip/Kconfig
··· 110 110 config IRQ_CROSSBAR 111 111 bool 112 112 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. 114 114 The primary irqchip invokes the crossbar's callback which inturn allocates 115 115 a free irq and configures the IP. Thus the peripheral interrupts are 116 116 routed to one of the free irqchip interrupt lines.
+2 -2
drivers/platform/x86/Kconfig
··· 540 540 This is a driver for newer Asus notebooks. It adds extra features 541 541 like wireless radio and bluetooth control, leds, hotkeys, backlight... 542 542 543 - For more informations, see 543 + For more information, see 544 544 <file:Documentation/ABI/testing/sysfs-platform-asus-wmi> 545 545 546 546 If you have an ACPI-WMI compatible Asus Notebook, say Y or M ··· 553 553 This is a driver for newer Eee PC laptops. It adds extra features 554 554 like wireless radio and bluetooth control, leds, hotkeys, backlight... 555 555 556 - For more informations, see 556 + For more information, see 557 557 <file:Documentation/ABI/testing/sysfs-platform-asus-wmi> 558 558 559 559 If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M
+1 -1
drivers/usb/host/Kconfig
··· 126 126 select USB_EHCI_BIG_ENDIAN_DESC 127 127 select USB_EHCI_BIG_ENDIAN_MMIO 128 128 ---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 130 130 transaction translator built-in. It can be configured to either 131 131 support both high speed and full speed devices, or high speed 132 132 devices only.