Re: [PATCH] [trivial] Fix typo in various Kconfig file

From: Randy Dunlap
Date: Mon Apr 16 2012 - 12:32:37 EST


On 04/13/2012 08:14 AM, Masanari Iida wrote:

> Correct spelling typo in various Kconfig file.
>
> Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx>
> ---
> arch/m68k/Kconfig.cpu | 2 +-
> arch/mips/Kconfig | 4 ++--
> arch/mips/Kconfig.debug | 2 +-
> arch/openrisc/Kconfig | 2 +-
> arch/powerpc/platforms/Kconfig.cputype | 4 ++--
> arch/powerpc/platforms/pseries/Kconfig | 2 +-
> arch/sh/Kconfig.cpu | 2 +-
> drivers/devfreq/Kconfig | 2 +-
> drivers/hid/Kconfig | 2 +-
> drivers/hwmon/Kconfig | 2 +-
> drivers/i2c/busses/Kconfig | 2 +-
> drivers/mfd/Kconfig | 6 +++---
> drivers/ptp/Kconfig | 2 +-
> drivers/watchdog/Kconfig | 2 +-
> drivers/xen/Kconfig | 2 +-
> 15 files changed, 19 insertions(+), 19 deletions(-)

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

A few more possible corrections are noted below.

Thanks.


> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
> index ce30e2f..923a6c3 100644
> --- a/arch/mips/Kconfig
> +++ b/arch/mips/Kconfig
> @@ -1001,12 +1001,12 @@ config HOLES_IN_ZONE
> bool
>
> #
> -# Endianess selection. Sufficiently obscure so many users don't know what to
> +# Endianness selection. Sufficiently obscure so many users don't know what to
> # answer,so we try hard to limit the available choices. Also the use of a


space after ','

> # choice statement should be more obvious to the user.
> #
> choice
> - prompt "Endianess selection"
> + prompt "Endianness selection"
> help
> Some MIPS machines can be configured for either little or big endian
> byte order. These modes require different kernels and a different
> diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
> index a478719..66dff20 100644
> --- a/arch/openrisc/Kconfig
> +++ b/arch/openrisc/Kconfig
> @@ -141,7 +141,7 @@ config DEBUG_STACKOVERFLOW
> bool "Check for kernel stack overflow"
> default y
> help
> - Make extra checks for space avaliable on stack in some
> + 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.


gracefully.

>


--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/