lkml.org 
[lkml]   [2018]   [Jan]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] [trivial] treewide: Fix typos in Kconfig
Date
This patch fixes spelling typos found in Kconfig.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
arch/arc/Kconfig | 4 ++--
arch/arm/mach-s3c24xx/Kconfig | 2 +-
arch/arm/mach-s3c64xx/Kconfig | 2 +-
arch/arm/plat-samsung/Kconfig | 4 ++--
arch/arm64/Kconfig | 2 +-
arch/arm64/Kconfig.platforms | 2 +-
arch/powerpc/Kconfig | 2 +-
drivers/clk/mediatek/Kconfig | 2 +-
drivers/input/touchscreen/Kconfig | 2 +-
drivers/iommu/Kconfig | 2 +-
drivers/mailbox/Kconfig | 2 +-
drivers/platform/x86/Kconfig | 2 +-
fs/nfsd/Kconfig | 4 ++--
lib/Kconfig | 4 ++--
14 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index 9d5fd00d9e91..f5855b706c08 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -144,7 +144,7 @@ config ARC_CPU_770
Support for ARC770 core introduced with Rel 4.10 (Summer 2011)
This core has a bunch of cool new features:
-MMU-v3: Variable Page Sz (4k, 8k, 16k), bigger J-TLB (128x4)
- Shared Address Spaces (for sharing TLB entires in MMU)
+ Shared Address Spaces (for sharing TLB entries in MMU)
-Caches: New Prog Model, Region Flush
-Insns: endian swap, load-locked/store-conditional, time-stamp-ctr

@@ -375,7 +375,7 @@ config ARC_FPU_SAVE_RESTORE
need to be saved/restored across context-switch.
Note that ARC FPU is overly simplistic, unlike say x86, which has
hardware pieces to allow software to conditionally save/restore,
- based on actual usage of FPU by a task. Thus our implemn does
+ based on actual usage of FPU by a task. Thus our implement does
this for all tasks in system.

endif #ISA_ARCOMPACT
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
index b198be7d32b6..da0bdbede539 100644
--- a/arch/arm/mach-s3c24xx/Kconfig
+++ b/arch/arm/mach-s3c24xx/Kconfig
@@ -239,7 +239,7 @@ config MACH_N30
select S3C_DEV_NAND
select S3C_DEV_USB_HOST
help
- Say Y here if you want suppt for the Acer N30, Acer N35,
+ Say Y here if you want support for the Acer N30, Acer N35,
Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.

config MACH_OTOM
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig
index afd1f20be49e..64b333936336 100644
--- a/arch/arm/mach-s3c64xx/Kconfig
+++ b/arch/arm/mach-s3c64xx/Kconfig
@@ -106,7 +106,7 @@ config S3C64XX_SETUP_USB_PHY
help
Common setup code for USB PHY controller

-# S36400 Macchine support
+# S36400 Machine support

config MACH_SMDK6400
bool "SMDK6400"
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 8d4a64cc644c..2a84cdfa0a33 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -156,7 +156,7 @@ config S3C_DEV_WDT
bool
default y if ARCH_S3C24XX
help
- Complie in platform device definition for Watchdog Timer
+ Compile in platform device definition for Watchdog Timer

config S3C_DEV_NAND
bool
@@ -171,7 +171,7 @@ config S3C_DEV_ONENAND
config S3C_DEV_RTC
bool
help
- Complie in platform device definition for RTC
+ Compile in platform device definition for RTC

config SAMSUNG_DEV_ADC
bool
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index c9a7e9e1414f..abbb6925fb0c 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -570,7 +570,7 @@ config HISILICON_ERRATUM_161600802
bool "Hip07 161600802: Erroneous redistributor VLPI base"
default y
help
- The HiSilicon Hip07 SoC usees the wrong redistributor base
+ The HiSilicon Hip07 SoC uses the wrong redistributor base
when issued ITS commands such as VMOVP and VMAPP, and requires
a 128kB offset to be applied to the target address in this commands.

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 2401373565ff..88ec71ec30e2 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -126,7 +126,7 @@ config ARCH_MVEBU
select PINCTRL_ARMADA_AP806
select PINCTRL_ARMADA_CP110
help
- This enables support for Marvell EBU familly, including:
+ This enables support for Marvell EBU family, including:
- Armada 3700 SoC Family
- Armada 7K SoC Family
- Armada 8K SoC Family
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 2ed525a44734..48df30fc4594 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -94,7 +94,7 @@ config PPC_WATCHDOG
help
This is a placeholder when the powerpc hardlockup detector
watchdog is selected (arch/powerpc/kernel/watchdog.c). It is
- seleted via the generic lockup detector menu which is why we
+ selected via the generic lockup detector menu which is why we
have no standalone config option for it here.

config STACKTRACE_SUPPORT
diff --git a/drivers/clk/mediatek/Kconfig b/drivers/clk/mediatek/Kconfig
index 59dc0aad553c..fa47594d7b88 100644
--- a/drivers/clk/mediatek/Kconfig
+++ b/drivers/clk/mediatek/Kconfig
@@ -139,7 +139,7 @@ config COMMON_CLK_MT7622
default ARCH_MEDIATEK
---help---
This driver supports MediaTek MT7622 basic clocks and clocks
- required for various periperals found on MediaTek.
+ required for various peripherals found on MediaTek.

config COMMON_CLK_MT7622_ETHSYS
bool "Clock driver for MediaTek MT7622 ETHSYS"
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 38a226f9fcbd..1a5d21b251c1 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -362,7 +362,7 @@ config TOUCHSCREEN_HIDEEP

If unsure, say N.

- To compile this driver as a moudle, choose M here : the
+ To compile this driver as a module, choose M here : the
module will be called hideep_ts.

config TOUCHSCREEN_ILI210X
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index f3a21343e636..5e3126348710 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -365,7 +365,7 @@ config MTK_IOMMU_V1
select MTK_SMI
help
Support for the M4U on certain Mediatek SoCs. M4U generation 1 HW is
- Multimedia Memory Managememt Unit. This option enables remapping of
+ Multimedia Memory Management Unit. This option enables remapping of
DMA memory accesses for the multimedia subsystem.

if unsure, say N here.
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index ba2f1525f4ee..960bb98399e5 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -54,7 +54,7 @@ config OMAP_MBOX_KFIFO_SIZE
module parameter).

config ROCKCHIP_MBOX
- bool "Rockchip Soc Intergrated Mailbox Support"
+ bool "Rockchip Soc Integrated Mailbox Support"
depends on ARCH_ROCKCHIP || COMPILE_TEST
help
This driver provides support for inter-processor communication
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 2c745e8ccad6..acf261dfe7b4 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -1054,7 +1054,7 @@ config INTEL_RST
tristate "Intel Rapid Start Technology Driver"
depends on ACPI
---help---
- This driver provides support for modifying paramaters on systems
+ This driver provides support for modifying parameters on systems
equipped with Intel's Rapid Start Technology. When put in an ACPI
sleep state, these devices will wake after either a configured
timeout or when the system battery reaches a critical state,
diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig
index 20b1c17320d5..1d9ff80c4872 100644
--- a/fs/nfsd/Kconfig
+++ b/fs/nfsd/Kconfig
@@ -94,7 +94,7 @@ config NFSD_BLOCKLAYOUT
help
This option enables support for the exporting pNFS block layouts
in the kernel's NFS server. The pNFS block layout enables NFS
- clients to directly perform I/O to block devices accesible to both
+ clients to directly perform I/O to block devices accessible to both
the server and the clients. See RFC 5663 for more details.

If unsure, say N.
@@ -108,7 +108,7 @@ config NFSD_SCSILAYOUT
help
This option enables support for the exporting pNFS SCSI layouts
in the kernel's NFS server. The pNFS SCSI layout enables NFS
- clients to directly perform I/O to SCSI devices accesible to both
+ clients to directly perform I/O to SCSI devices accessible to both
the server and the clients. See draft-ietf-nfsv4-scsi-layout for
more details.

diff --git a/lib/Kconfig b/lib/Kconfig
index c5e84fbcb30b..baa0da3bb463 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -544,13 +544,13 @@ config SG_SPLIT
help
Provides a helper to split scatterlists into chunks, each chunk being
a scatterlist. This should be selected by a driver or an API which
- whishes to split a scatterlist amongst multiple DMA channels.
+ wishes to split a scatterlist amongst multiple DMA channels.

config SG_POOL
def_bool n
help
Provides a helper to allocate chained scatterlists. This should be
- selected by a driver or an API which whishes to allocate chained
+ selected by a driver or an API which wishes to allocate chained
scatterlist.

#
--
2.16.0
\
 
 \ /
  Last update: 2018-01-26 13:57    [W:0.034 / U:1.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site