treewide: Fix typo in Kconfig
authorMasanari Iida <standby24x7@gmail.com>
Sun, 29 Sep 2013 11:54:15 +0000 (20:54 +0900)
committerJiri Kosina <jkosina@suse.cz>
Mon, 14 Oct 2013 13:23:02 +0000 (15:23 +0200)
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>
arch/arm/mach-sti/Kconfig
drivers/cpufreq/Kconfig.x86
drivers/dma/Kconfig
drivers/fmc/Kconfig
drivers/infiniband/ulp/isert/Kconfig
drivers/media/i2c/Kconfig
drivers/mfd/Kconfig
drivers/usb/core/Kconfig
net/vmw_vsock/Kconfig

index 835833e3c4f8fb193f6d177c88ef35199488b33f..a67f83fd3f78122e64c3507c2d8419848be1c5de 100644 (file)
@@ -30,7 +30,7 @@ config SOC_STIH415
        default y
        help
          This enables support for STMicroelectronics Digital Consumer
-         Electronics family StiH415 parts, primarily targetted at set-top-box
+         Electronics family StiH415 parts, primarily targeted at set-top-box
          and other digital audio/video applications using Flattned Device
          Trees.
 
@@ -39,7 +39,7 @@ config SOC_STIH416
        default y
        help
          This enables support for STMicroelectronics Digital Consumer
-         Electronics family StiH416 parts, primarily targetted at set-top-box
+         Electronics family StiH416 parts, primarily targeted at set-top-box
          and other digital audio/video applications using Flattened Device
          Trees.
 
index e2b6eabef2218d4e1e392ed523b3451553e196cb..b80bb4d7d6b48cf05864ec1232d7e98a654a1103 100644 (file)
@@ -136,7 +136,7 @@ config X86_AMD_FREQ_SENSITIVITY
        help
          This adds AMD-specific powersave bias function to the ondemand
          governor, which allows it to make more power-conscious frequency
-         change decisions based on feedback from hardware (availble on AMD
+         change decisions based on feedback from hardware (available on AMD
          Family 16h and above).
 
          Hardware feedback tells software how "sensitive" to frequency changes
index daa4da281e5ebedf83e791b2e94af1ed6f45d990..6ada8b33e46a1c6f66fce9bd5d81a6c9898089da 100644 (file)
@@ -300,7 +300,7 @@ config MMP_PDMA
        depends on (ARCH_MMP || ARCH_PXA)
        select DMA_ENGINE
        help
-         Support the MMP PDMA engine for PXA and MMP platfrom.
+         Support the MMP PDMA engine for PXA and MMP platform.
 
 config DMA_JZ4740
        tristate "JZ4740 DMA support"
index c01cf45bc3d8eaa4ac7909dd793cc35df226b5bd..3a75f4256d08ab7ce67305973b9be6d76aba19fc 100644 (file)
@@ -46,6 +46,6 @@ config FMC_CHARDEV
          This driver matches every mezzanine device and allows user
          space to read and write registers using a char device. It
          can be used to write user-space drivers, or just get
-         aquainted with a mezzanine before writing its specific driver.
+         acquainted with a mezzanine before writing its specific driver.
 
 endif # FMC
index ce3fd32167dcdc68c609ef9852263df65fd0b5c1..02f9759ebb1a573677993c7b17741e851eb591f7 100644 (file)
@@ -1,5 +1,5 @@
 config INFINIBAND_ISERT
-       tristate "iSCSI Extentions for RDMA (iSER) target support"
+       tristate "iSCSI Extensions for RDMA (iSER) target support"
        depends on INET && INFINIBAND_ADDR_TRANS && TARGET_CORE && ISCSI_TARGET
        ---help---
-       Support for iSCSI Extentions for RDMA (iSER) Target on Infiniband fabrics.
+       Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
index d18be19c96cd3892ea070bf4b48bb32cde4aa817..cbc9ee9bec2b5e83a4971a90b3cfd8c2f914992f 100644 (file)
@@ -646,7 +646,7 @@ config VIDEO_UPD64083
          To compile this driver as a module, choose M here: the
          module will be called upd64083.
 
-comment "Miscelaneous helper chips"
+comment "Miscellaneous helper chips"
 
 config VIDEO_THS7303
        tristate "THS7303/53 Video Amplifier"
index aecd6ddcbbbf75699f1ddab73241ee21eb888687..a2f12ae69b1d639f25a5801fe26af22f36f7a9fe 100644 (file)
@@ -653,14 +653,14 @@ menu "STMicroelectronics STMPE Interface Drivers"
 depends on MFD_STMPE
 
 config STMPE_I2C
-       bool "STMicroelectronics STMPE I2C Inteface"
+       bool "STMicroelectronics STMPE I2C Interface"
        depends on I2C=y
        default y
        help
          This is used to enable I2C interface of STMPE
 
 config STMPE_SPI
-       bool "STMicroelectronics STMPE SPI Inteface"
+       bool "STMicroelectronics STMPE SPI Interface"
        depends on SPI_MASTER
        help
          This is used to enable SPI interface of STMPE
index db535b0aa172c85b3787a476b8fe3adeefbe3e6f..fed7f68d025d1174e9e6882c3cba59a94de8220d 100644 (file)
@@ -28,7 +28,7 @@ config USB_DEFAULT_PERSIST
        bool "Enable USB persist by default"
        default y
        help
-         Say N here if you don't want USB power session persistance
+         Say N here if you don't want USB power session persistence
          enabled by default.  If you say N it will make suspended USB
          devices that lose power get reenumerated as if they had been
          unplugged, causing any mounted filesystems to be lost.  The
index b5fa7e40cdcbce54fb0c1cb8cce5502e17b0f3c1..14810abedc2ec455adbde24094a5c468477e03d8 100644 (file)
@@ -6,7 +6,7 @@ config VSOCKETS
        tristate "Virtual Socket protocol"
        help
          Virtual Socket Protocol is a socket protocol similar to TCP/IP
-         allowing comunication between Virtual Machines and hypervisor
+         allowing communication between Virtual Machines and hypervisor
          or host.
 
          You should also select one or more hypervisor-specific transports