mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@xenotime.net>
To: Masanari Iida <standby24x7@gmail.com>
Cc: trivial@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH/v2] Fix typo in various Kconfig
Date: Tue, 07 Aug 2012 10:34:03 -0700	[thread overview]
Message-ID: <5021518B.5030700@xenotime.net> (raw)
In-Reply-To: <1344359729-18887-1-git-send-email-standby24x7@gmail.com>

On 08/07/2012 10:15 AM, Masanari Iida wrote:

> Correct spelling typo in various Kconfig files.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>


Acked-by: Randy Dunlap <rdunlap@xenotime.net>

Thanks.


> ---
>  arch/arm/mach-tegra/Kconfig      |  2 +-
>  arch/blackfin/mach-bf609/Kconfig |  2 +-
>  arch/openrisc/Kconfig            |  2 +-
>  crypto/Kconfig                   |  2 +-
>  drivers/media/video/Kconfig      |  2 +-
>  drivers/thermal/Kconfig          |  2 +-
>  drivers/tty/serial/8250/Kconfig  |  2 +-
>  drivers/usb/host/Kconfig         |  4 ++--
>  lib/Kconfig.debug                | 10 +++++-----
>  9 files changed, 14 insertions(+), 14 deletions(-)
> 
> diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
> index 9077aaa..453f259 100644
> --- a/arch/arm/mach-tegra/Kconfig
> +++ b/arch/arm/mach-tegra/Kconfig
> @@ -56,7 +56,7 @@ config TEGRA_AHB
>  	help
>  	  Adds AHB configuration functionality for NVIDIA Tegra SoCs,
>  	  which controls AHB bus master arbitration and some
> -	  perfomance parameters(priority, prefech size).
> +	  performance parameters(priority, prefetch size).
>  
>  comment "Tegra board type"
>  
> diff --git a/arch/blackfin/mach-bf609/Kconfig b/arch/blackfin/mach-bf609/Kconfig
> index 101b33e..95a4f1b 100644
> --- a/arch/blackfin/mach-bf609/Kconfig
> +++ b/arch/blackfin/mach-bf609/Kconfig
> @@ -56,7 +56,7 @@ config SEC_IRQ_PRIORITY_LEVELS
>  	default 7
>  	range 0 7
>  	help
> -	  Devide the total number of interrupt priority levels into sub-levels.
> +	  Divide the total number of interrupt priority levels into sub-levels.
>  	  There is 2 ^ (SEC_IRQ_PRIORITY_LEVELS + 1) different levels.
>  
>  endmenu
> diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
> index 05f2ba4..0ac66f6 100644
> --- a/arch/openrisc/Kconfig
> +++ b/arch/openrisc/Kconfig
> @@ -144,7 +144,7 @@ config DEBUG_STACKOVERFLOW
>  	help
>  	  Make extra checks for space available on stack in some
>            critical functions. This will cause kernel to run a bit slower,
> -	  but will catch most of kernel stack overruns and exit gracefuly.
> +	  but will catch most of kernel stack overruns and exit gracefully.
>  
>  	  Say Y if you are unsure.
>  
> diff --git a/crypto/Kconfig b/crypto/Kconfig
> index cbcc0e2..f8b54bb 100644
> --- a/crypto/Kconfig
> +++ b/crypto/Kconfig
> @@ -840,7 +840,7 @@ config CRYPTO_SERPENT_SSE2_X86_64
>  	  Keys are allowed to be from 0 to 256 bits in length, in steps
>  	  of 8 bits.
>  
> -	  This module provides Serpent cipher algorithm that processes eigth
> +	  This module provides Serpent cipher algorithm that processes eight
>  	  blocks parallel using SSE2 instruction set.
>  
>  	  See also:
> diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
> index c128fac..ce3972a 100644
> --- a/drivers/media/video/Kconfig
> +++ b/drivers/media/video/Kconfig
> @@ -625,7 +625,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 Video Amplifier"
> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
> index 48c50be..decd7a0 100644
> --- a/drivers/thermal/Kconfig
> +++ b/drivers/thermal/Kconfig
> @@ -51,7 +51,7 @@ config EXYNOS_THERMAL
>  	tristate "Temperature sensor on Samsung EXYNOS"
>  	depends on (ARCH_EXYNOS4 || ARCH_EXYNOS5) && THERMAL
>  	help
> -	  If you say yes here you get support for TMU (Thermal Managment
> +	  If you say yes here you get support for TMU (Thermal Management
>  	  Unit) on SAMSUNG EXYNOS series of SoC.
>  	  This driver can also be built as a module. If so, the module
>  	  will be called exynos4-tmu
> diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig
> index a27dd05..9395800 100644
> --- a/drivers/tty/serial/8250/Kconfig
> +++ b/drivers/tty/serial/8250/Kconfig
> @@ -271,7 +271,7 @@ config SERIAL_8250_DW
>  	  present in the Synopsys DesignWare APB UART.
>  
>  config SERIAL_8250_EM
> -	tristate "Support for Emma Mobile intergrated serial port"
> +	tristate "Support for Emma Mobile integrated serial port"
>  	depends on SERIAL_8250 && ARM && HAVE_CLK
>  	help
>  	  Selecting this option will add support for the integrated serial
> diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
> index 075d2ec..7cac2e8 100644
> --- a/drivers/usb/host/Kconfig
> +++ b/drivers/usb/host/Kconfig
> @@ -418,7 +418,7 @@ config USB_OHCI_HCD_PLATFORM
>  	default n
>  	---help---
>  	  Adds an OHCI host driver for a generic platform device, which
> -	  provieds a memory space and an irq.
> +	  provides a memory space and an irq.
>  
>  	  If unsure, say N.
>  
> @@ -428,7 +428,7 @@ config USB_EHCI_HCD_PLATFORM
>  	default n
>  	---help---
>  	  Adds an EHCI host driver for a generic platform device, which
> -	  provieds a memory space and an irq.
> +	  provides a memory space and an irq.
>  
>  	  If unsure, say N.
>  
> diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
> index 290408e..42ba688 100644
> --- a/lib/Kconfig.debug
> +++ b/lib/Kconfig.debug
> @@ -1089,7 +1089,7 @@ config NOTIFIER_ERROR_INJECTION
>  	depends on DEBUG_KERNEL
>  	select DEBUG_FS
>  	help
> -	  This option provides the ability to inject artifical errors to
> +	  This option provides the ability to inject artificial errors to
>  	  specified notifier chain callbacks. It is useful to test the error
>  	  handling of notifier call chain failures.
>  
> @@ -1100,7 +1100,7 @@ config CPU_NOTIFIER_ERROR_INJECT
>  	depends on HOTPLUG_CPU && NOTIFIER_ERROR_INJECTION
>  	help
>  	  This option provides a kernel module that can be used to test
> -	  the error handling of the cpu notifiers by injecting artifical
> +	  the error handling of the cpu notifiers by injecting artificial
>  	  errors to CPU notifier chain callbacks.  It is controlled through
>  	  debugfs interface under /sys/kernel/debug/notifier-error-inject/cpu
>  
> @@ -1124,7 +1124,7 @@ config PM_NOTIFIER_ERROR_INJECT
>  	depends on PM && NOTIFIER_ERROR_INJECTION
>  	default m if PM_DEBUG
>  	help
> -	  This option provides the ability to inject artifical errors to
> +	  This option provides the ability to inject artificial errors to
>  	  PM notifier chain callbacks.  It is controlled through debugfs
>  	  interface /sys/kernel/debug/notifier-error-inject/pm
>  
> @@ -1147,7 +1147,7 @@ config MEMORY_NOTIFIER_ERROR_INJECT
>  	tristate "Memory hotplug notifier error injection module"
>  	depends on MEMORY_HOTPLUG_SPARSE && NOTIFIER_ERROR_INJECTION
>  	help
> -	  This option provides the ability to inject artifical errors to
> +	  This option provides the ability to inject artificial errors to
>  	  memory hotplug notifier chain callbacks.  It is controlled through
>  	  debugfs interface under /sys/kernel/debug/notifier-error-inject/memory
>  
> @@ -1170,7 +1170,7 @@ config PSERIES_RECONFIG_NOTIFIER_ERROR_INJECT
>  	tristate "pSeries reconfig notifier error injection module"
>  	depends on PPC_PSERIES && NOTIFIER_ERROR_INJECTION
>  	help
> -	  This option provides the ability to inject artifical errors to
> +	  This option provides the ability to inject artificial errors to
>  	  pSeries reconfig notifier chain callbacks.  It is controlled
>  	  through debugfs interface under
>  	  /sys/kernel/debug/notifier-error-inject/pSeries-reconfig/



-- 
~Randy

      reply	other threads:[~2012-08-07 17:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-07 13:54 [PATCH] [trivial] " Masanari Iida
2012-08-07 16:46 ` Randy Dunlap
2012-08-07 17:17   ` Masanari Iida
2012-08-07 17:15 ` [PATCH/v2] " Masanari Iida
2012-08-07 17:34   ` Randy Dunlap [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5021518B.5030700@xenotime.net \
    --to=rdunlap@xenotime.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=standby24x7@gmail.com \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®