linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: ixp4xx: Fix typos in Kconfig
@ 2021-01-06 10:56 Masanari Iida
  2021-01-06 16:31 ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Masanari Iida @ 2021-01-06 10:56 UTC (permalink / raw)
  To: linusw, kaloz, khalasa, linux, linux-arm-kernel, linux-kernel, rdunlap
  Cc: Masanari Iida

This patch fixes some spelling typos in Kconfig.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 arch/arm/mach-ixp4xx/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
index f7211b57b1e7..c4f719993190 100644
--- a/arch/arm/mach-ixp4xx/Kconfig
+++ b/arch/arm/mach-ixp4xx/Kconfig
@@ -7,7 +7,7 @@ comment "IXP4xx Platforms"
 
 config MACH_IXP4XX_OF
 	bool
-	prompt "Devce Tree IXP4xx boards"
+	prompt "Device Tree IXP4xx boards"
 	default y
 	select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
 	select I2C
@@ -115,7 +115,7 @@ config ARCH_PRPMC1100
 	bool "PrPMC1100"
 	help
 	  Say 'Y' here if you want your kernel to support the Motorola
-	  PrPCM1100 Processor Mezanine Module. For more information on
+	  PrPMC1100 Processor Mezanine Module. For more information on
 	  this platform, see <file:Documentation/arm/ixp4xx.rst>.
 
 config MACH_NAS100D
-- 
2.25.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: ixp4xx: Fix typos in Kconfig
  2021-01-06 10:56 [PATCH] ARM: ixp4xx: Fix typos in Kconfig Masanari Iida
@ 2021-01-06 16:31 ` Randy Dunlap
  2021-01-11 14:41   ` [PATCH/v2] " Masanari Iida
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2021-01-06 16:31 UTC (permalink / raw)
  To: Masanari Iida, linusw, kaloz, khalasa, linux, linux-arm-kernel,
	linux-kernel

On 1/6/21 2:56 AM, Masanari Iida wrote:
> This patch fixes some spelling typos in Kconfig.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  arch/arm/mach-ixp4xx/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
> index f7211b57b1e7..c4f719993190 100644
> --- a/arch/arm/mach-ixp4xx/Kconfig
> +++ b/arch/arm/mach-ixp4xx/Kconfig
> @@ -7,7 +7,7 @@ comment "IXP4xx Platforms"
>  
>  config MACH_IXP4XX_OF
>  	bool
> -	prompt "Devce Tree IXP4xx boards"
> +	prompt "Device Tree IXP4xx boards"
>  	default y
>  	select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
>  	select I2C
> @@ -115,7 +115,7 @@ config ARCH_PRPMC1100
>  	bool "PrPMC1100"
>  	help
>  	  Say 'Y' here if you want your kernel to support the Motorola
> -	  PrPCM1100 Processor Mezanine Module. For more information on
> +	  PrPMC1100 Processor Mezanine Module. For more information on

	                      Mezzanine

>  	  this platform, see <file:Documentation/arm/ixp4xx.rst>.
>  
>  config MACH_NAS100D
> 

otherwise it looks good. Thanks.

-- 
~Randy


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH/v2] ARM: ixp4xx: Fix typos in Kconfig
  2021-01-06 16:31 ` Randy Dunlap
@ 2021-01-11 14:41   ` Masanari Iida
  2021-01-11 16:22     ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Masanari Iida @ 2021-01-11 14:41 UTC (permalink / raw)
  To: linux-kernel, kaloz, linux-arm-kernel, rdunlap, linusw, khalasa, linux
  Cc: Masanari Iida

This patch fixes some spelling typos in Kconfig.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 arch/arm/mach-ixp4xx/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
index f7211b57b1e7..affee2e0ff55 100644
--- a/arch/arm/mach-ixp4xx/Kconfig
+++ b/arch/arm/mach-ixp4xx/Kconfig
@@ -7,7 +7,7 @@ comment "IXP4xx Platforms"
 
 config MACH_IXP4XX_OF
 	bool
-	prompt "Devce Tree IXP4xx boards"
+	prompt "Device Tree IXP4xx boards"
 	default y
 	select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
 	select I2C
@@ -115,7 +115,7 @@ config ARCH_PRPMC1100
 	bool "PrPMC1100"
 	help
 	  Say 'Y' here if you want your kernel to support the Motorola
-	  PrPCM1100 Processor Mezanine Module. For more information on
+	  PrPMC1100 Processor Mezzanine Module. For more information on
 	  this platform, see <file:Documentation/arm/ixp4xx.rst>.
 
 config MACH_NAS100D
-- 
2.25.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH/v2] ARM: ixp4xx: Fix typos in Kconfig
  2021-01-11 14:41   ` [PATCH/v2] " Masanari Iida
@ 2021-01-11 16:22     ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2021-01-11 16:22 UTC (permalink / raw)
  To: Masanari Iida, linux-kernel, kaloz, linux-arm-kernel, linusw,
	khalasa, linux

On 1/11/21 6:41 AM, Masanari Iida wrote:
> This patch fixes some spelling typos in Kconfig.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  arch/arm/mach-ixp4xx/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
> index f7211b57b1e7..affee2e0ff55 100644
> --- a/arch/arm/mach-ixp4xx/Kconfig
> +++ b/arch/arm/mach-ixp4xx/Kconfig
> @@ -7,7 +7,7 @@ comment "IXP4xx Platforms"
>  
>  config MACH_IXP4XX_OF
>  	bool
> -	prompt "Devce Tree IXP4xx boards"
> +	prompt "Device Tree IXP4xx boards"
>  	default y
>  	select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
>  	select I2C
> @@ -115,7 +115,7 @@ config ARCH_PRPMC1100
>  	bool "PrPMC1100"
>  	help
>  	  Say 'Y' here if you want your kernel to support the Motorola
> -	  PrPCM1100 Processor Mezanine Module. For more information on
> +	  PrPMC1100 Processor Mezzanine Module. For more information on
>  	  this platform, see <file:Documentation/arm/ixp4xx.rst>.
>  
>  config MACH_NAS100D
> 


-- 
~Randy


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-11 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-06 10:56 [PATCH] ARM: ixp4xx: Fix typos in Kconfig Masanari Iida
2021-01-06 16:31 ` Randy Dunlap
2021-01-11 14:41   ` [PATCH/v2] " Masanari Iida
2021-01-11 16:22     ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).