2020-12-17 17:16:23

by Colin King

[permalink] [raw]
Subject: [PATCH] ARM: sti: Fix spelling mistake in Kconfig "targetted" -> "targeted"

From: Colin Ian King <[email protected]>

There is a spelling mistake in the Kconfig help text. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
---
arch/arm/mach-sti/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig
index b2d45cf10a3c..74640bbaeba6 100644
--- a/arch/arm/mach-sti/Kconfig
+++ b/arch/arm/mach-sti/Kconfig
@@ -50,7 +50,7 @@ config SOC_STIH407
select STIH407_RESET
help
This enables support for STMicroelectronics Digital Consumer
- Electronics family StiH407 parts, targetted at set-top-box
+ Electronics family StiH407 parts, targeted at set-top-box
and other digital audio/video applications using Flattened Device
Trees.

--
2.29.2


2020-12-17 17:21:32

by Patrice CHOTARD

[permalink] [raw]
Subject: Re: [PATCH] ARM: sti: Fix spelling mistake in Kconfig "targetted" -> "targeted"

Hi Colin

On 12/17/20 6:13 PM, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in the Kconfig help text. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>
> ---
> arch/arm/mach-sti/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig
> index b2d45cf10a3c..74640bbaeba6 100644
> --- a/arch/arm/mach-sti/Kconfig
> +++ b/arch/arm/mach-sti/Kconfig
> @@ -50,7 +50,7 @@ config SOC_STIH407
> select STIH407_RESET
> help
> This enables support for STMicroelectronics Digital Consumer
> - Electronics family StiH407 parts, targetted at set-top-box
> + Electronics family StiH407 parts, targeted at set-top-box
> and other digital audio/video applications using Flattened Device
> Trees.
>

Reviewed-by: Patrice Chotard <[email protected]>

Thanks

Patrice