diff mbox series

crypto: fix CRYPTO_JITTERENTROPY help text

Message ID 20240217165513.24061-1-rdunlap@infradead.org
State Accepted
Commit e63df1ec9a16dd9e13e9068243e64876de06f795
Headers show
Series crypto: fix CRYPTO_JITTERENTROPY help text | expand

Commit Message

Randy Dunlap Feb. 17, 2024, 4:55 p.m. UTC
Correct various small problems in the help text:
a. change 2 spaces to ", "
b. finish an incomplete sentence
c. change non-working URL to working URL

Fixes: a9a98d49da52 ("crypto: Kconfig - simplify compression/RNG entries")
Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218458
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Bagas Sanjaya <bagasdotme@gmail.com>
Cc: Robert Elliott <elliott@hpe.com>
Cc: Christoph Biedl <bugzilla.kernel.bpeb@manchmal.in-ulm.de>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-crypto@vger.kernel.org
---
 crypto/Kconfig |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Bagas Sanjaya Feb. 18, 2024, 5:33 a.m. UTC | #1
On Sat, Feb 17, 2024 at 08:55:13AM -0800, Randy Dunlap wrote:
> Correct various small problems in the help text:
> a. change 2 spaces to ", "
> b. finish an incomplete sentence
> c. change non-working URL to working URL
> 
> Fixes: a9a98d49da52 ("crypto: Kconfig - simplify compression/RNG entries")
> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218458
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Bagas Sanjaya <bagasdotme@gmail.com>
> Cc: Robert Elliott <elliott@hpe.com>
> Cc: Christoph Biedl <bugzilla.kernel.bpeb@manchmal.in-ulm.de>
> Cc: Herbert Xu <herbert@gondor.apana.org.au>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: linux-crypto@vger.kernel.org
> ---
>  crypto/Kconfig |    5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff -- a/crypto/Kconfig b/crypto/Kconfig
> --- a/crypto/Kconfig
> +++ b/crypto/Kconfig
> @@ -1269,10 +1269,11 @@ config CRYPTO_JITTERENTROPY
>  
>  	  A non-physical non-deterministic ("true") RNG (e.g., an entropy source
>  	  compliant with NIST SP800-90B) intended to provide a seed to a
> -	  deterministic RNG (e.g.  per NIST SP800-90C).
> +	  deterministic RNG (e.g., per NIST SP800-90C).
>  	  This RNG does not perform any cryptographic whitening of the generated
> +	  random numbers.
>  
> -	  See https://www.chronox.de/jent.html
> +	  See https://www.chronox.de/jent/
>  
>  if CRYPTO_JITTERENTROPY
>  if CRYPTO_FIPS && EXPERT

LGTM, thanks!

Acked-by: Bagas Sanjaya <bagasdotme@gmail.com>
Herbert Xu Feb. 24, 2024, 12:52 a.m. UTC | #2
On Sat, Feb 17, 2024 at 08:55:13AM -0800, Randy Dunlap wrote:
> Correct various small problems in the help text:
> a. change 2 spaces to ", "
> b. finish an incomplete sentence
> c. change non-working URL to working URL
> 
> Fixes: a9a98d49da52 ("crypto: Kconfig - simplify compression/RNG entries")
> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218458
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Bagas Sanjaya <bagasdotme@gmail.com>
> Cc: Robert Elliott <elliott@hpe.com>
> Cc: Christoph Biedl <bugzilla.kernel.bpeb@manchmal.in-ulm.de>
> Cc: Herbert Xu <herbert@gondor.apana.org.au>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: linux-crypto@vger.kernel.org
> ---
>  crypto/Kconfig |    5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Patch applied.  Thanks.
diff mbox series

Patch

diff -- a/crypto/Kconfig b/crypto/Kconfig
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1269,10 +1269,11 @@  config CRYPTO_JITTERENTROPY
 
 	  A non-physical non-deterministic ("true") RNG (e.g., an entropy source
 	  compliant with NIST SP800-90B) intended to provide a seed to a
-	  deterministic RNG (e.g.  per NIST SP800-90C).
+	  deterministic RNG (e.g., per NIST SP800-90C).
 	  This RNG does not perform any cryptographic whitening of the generated
+	  random numbers.
 
-	  See https://www.chronox.de/jent.html
+	  See https://www.chronox.de/jent/
 
 if CRYPTO_JITTERENTROPY
 if CRYPTO_FIPS && EXPERT