On 01/26/2018 04:57 AM, Masanari Iida wrote:
> This patch fixes spelling typos found in Kconfig.
> 
> Signed-off-by: Masanari Iida <standby2...@gmail.com>

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

One comment below.

> ---
>  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
> @@ -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

That might be "implementation" instead, but this is still better than it was.

>         this for all tasks in system.
>  
>  endif        #ISA_ARCOMPACT

thanks,
-- 
~Randy

Reply via email to