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

treewide: Fix typo in Kconfig

Correct spelling typo 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
8c88126b 2e515bf0

+12 -12
+2 -2
arch/arm/mach-sti/Kconfig
··· 30 30 default y 31 31 help 32 32 This enables support for STMicroelectronics Digital Consumer 33 - Electronics family StiH415 parts, primarily targetted at set-top-box 33 + Electronics family StiH415 parts, primarily targeted at set-top-box 34 34 and other digital audio/video applications using Flattned Device 35 35 Trees. 36 36 ··· 39 39 default y 40 40 help 41 41 This enables support for STMicroelectronics Digital Consumer 42 - Electronics family StiH416 parts, primarily targetted at set-top-box 42 + Electronics family StiH416 parts, primarily targeted at set-top-box 43 43 and other digital audio/video applications using Flattened Device 44 44 Trees. 45 45
+1 -1
drivers/cpufreq/Kconfig.x86
··· 136 136 help 137 137 This adds AMD-specific powersave bias function to the ondemand 138 138 governor, which allows it to make more power-conscious frequency 139 - change decisions based on feedback from hardware (availble on AMD 139 + change decisions based on feedback from hardware (available on AMD 140 140 Family 16h and above). 141 141 142 142 Hardware feedback tells software how "sensitive" to frequency changes
+1 -1
drivers/dma/Kconfig
··· 300 300 depends on (ARCH_MMP || ARCH_PXA) 301 301 select DMA_ENGINE 302 302 help 303 - Support the MMP PDMA engine for PXA and MMP platfrom. 303 + Support the MMP PDMA engine for PXA and MMP platform. 304 304 305 305 config DMA_JZ4740 306 306 tristate "JZ4740 DMA support"
+1 -1
drivers/fmc/Kconfig
··· 46 46 This driver matches every mezzanine device and allows user 47 47 space to read and write registers using a char device. It 48 48 can be used to write user-space drivers, or just get 49 - aquainted with a mezzanine before writing its specific driver. 49 + acquainted with a mezzanine before writing its specific driver. 50 50 51 51 endif # FMC
+2 -2
drivers/infiniband/ulp/isert/Kconfig
··· 1 1 config INFINIBAND_ISERT 2 - tristate "iSCSI Extentions for RDMA (iSER) target support" 2 + tristate "iSCSI Extensions for RDMA (iSER) target support" 3 3 depends on INET && INFINIBAND_ADDR_TRANS && TARGET_CORE && ISCSI_TARGET 4 4 ---help--- 5 - Support for iSCSI Extentions for RDMA (iSER) Target on Infiniband fabrics. 5 + Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
+1 -1
drivers/media/i2c/Kconfig
··· 646 646 To compile this driver as a module, choose M here: the 647 647 module will be called upd64083. 648 648 649 - comment "Miscelaneous helper chips" 649 + comment "Miscellaneous helper chips" 650 650 651 651 config VIDEO_THS7303 652 652 tristate "THS7303/53 Video Amplifier"
+2 -2
drivers/mfd/Kconfig
··· 653 653 depends on MFD_STMPE 654 654 655 655 config STMPE_I2C 656 - bool "STMicroelectronics STMPE I2C Inteface" 656 + bool "STMicroelectronics STMPE I2C Interface" 657 657 depends on I2C=y 658 658 default y 659 659 help 660 660 This is used to enable I2C interface of STMPE 661 661 662 662 config STMPE_SPI 663 - bool "STMicroelectronics STMPE SPI Inteface" 663 + bool "STMicroelectronics STMPE SPI Interface" 664 664 depends on SPI_MASTER 665 665 help 666 666 This is used to enable SPI interface of STMPE
+1 -1
drivers/usb/core/Kconfig
··· 28 28 bool "Enable USB persist by default" 29 29 default y 30 30 help 31 - Say N here if you don't want USB power session persistance 31 + Say N here if you don't want USB power session persistence 32 32 enabled by default. If you say N it will make suspended USB 33 33 devices that lose power get reenumerated as if they had been 34 34 unplugged, causing any mounted filesystems to be lost. The
+1 -1
net/vmw_vsock/Kconfig
··· 6 6 tristate "Virtual Socket protocol" 7 7 help 8 8 Virtual Socket Protocol is a socket protocol similar to TCP/IP 9 - allowing comunication between Virtual Machines and hypervisor 9 + allowing communication between Virtual Machines and hypervisor 10 10 or host. 11 11 12 12 You should also select one or more hypervisor-specific transports