lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 26 Jan 2018 10:14:17 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Masanari Iida <standby24x7@...il.com>, trivial@...nel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [trivial] treewide: Fix typos in Kconfig

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

Acked-by: Randy Dunlap <rdunlap@...radead.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ