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]
Message-ID: <c94a6961491f59d5c81c607530976136@manjaro.org>
Date: Wed, 19 Feb 2025 19:06:26 +0100
From: Dragan Simic <dsimic@...jaro.org>
To: Geert Uytterhoeven <geert+renesas@...der.be>
Cc: Olivia Mackall <olivia@...enic.com>, Herbert Xu
 <herbert@...dor.apana.org.au>, linux-crypto@...r.kernel.org,
 linux-kernel@...r.kernel.org
Subject: Re: [PATCH] hwrng: Fix indentation of HW_RANDOM_CN10K help text

Hello Geert,

On 2025-02-19 16:03, Geert Uytterhoeven wrote:
> Change the indentation of the help text of the HW_RANDOM_CN10K symbol
> from one TAB plus one space to one TAB plus two spaces, as is 
> customary.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
> ---
> While commit 67b78a34e48b9810 ("hwrng: Kconfig - Use tabs as leading
> whitespace consistently in Kconfig") fixed some indentation for the
> HW_RANDOM_CN10K symbol, it did not fix everything...

Oh, I totally missed that, my bad.  Thanks for the patch, and
please feel free to include

Reviewed-by: Dragan Simic <dsimic@...jaro.org>

> ---
>  drivers/char/hw_random/Kconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/char/hw_random/Kconfig 
> b/drivers/char/hw_random/Kconfig
> index 1ec4cad1e210a2ac..c67de9579664c762 100644
> --- a/drivers/char/hw_random/Kconfig
> +++ b/drivers/char/hw_random/Kconfig
> @@ -583,11 +583,11 @@ config HW_RANDOM_CN10K
>  	depends on HW_RANDOM && PCI && (ARM64 || (64BIT && COMPILE_TEST))
>  	default HW_RANDOM if ARCH_THUNDER
>  	help
> -	 This driver provides support for the True Random Number
> -	 generator available in Marvell CN10K SoCs.
> +	  This driver provides support for the True Random Number
> +	  generator available in Marvell CN10K SoCs.
> 
> -	 To compile this driver as a module, choose M here.
> -	 The module will be called cn10k_rng. If unsure, say Y.
> +	  To compile this driver as a module, choose M here.
> +	  The module will be called cn10k_rng. If unsure, say Y.
> 
>  config HW_RANDOM_JH7110
>  	tristate "StarFive JH7110 Random Number Generator support"

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ