linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] lib: fix three typos in Kconfig help text
@ 2018-08-30 19:45 Thibaut Sautereau
  2018-08-30 19:52 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Thibaut Sautereau @ 2018-08-30 19:45 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Ingo Molnar, Masahiro Yamada, Randy Dunlap, Arnd Bergmann,
	Masami Hiramatsu, Waiman Long, Mikulas Patocka, Andy Shevchenko,
	linux-kernel

Fix three typos in CONFIG_WARN_ALL_UNSEEDED_RANDOM help text.

Signed-off-by: Thibaut Sautereau <thibaut@sautereau.fr>
---
 lib/Kconfig.debug | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index c7fef0c56d6b..3e50cc93572c 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1277,13 +1277,13 @@ config WARN_ALL_UNSEEDED_RANDOM
 	  time.  This is really bad from a security perspective, and
 	  so architecture maintainers really need to do what they can
 	  to get the CRNG seeded sooner after the system is booted.
-	  However, since users can not do anything actionble to
+	  However, since users cannot do anything actionable to
 	  address this, by default the kernel will issue only a single
 	  warning for the first use of unseeded randomness.
 
 	  Say Y here if you want to receive warnings for all uses of
 	  unseeded randomness.  This will be of use primarily for
-	  those developers interersted in improving the security of
+	  those developers interested in improving the security of
 	  Linux kernels running on their architecture (or
 	  subarchitecture).
 
-- 
2.18.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] lib: fix three typos in Kconfig help text
  2018-08-30 19:45 [PATCH] lib: fix three typos in Kconfig help text Thibaut Sautereau
@ 2018-08-30 19:52 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2018-08-30 19:52 UTC (permalink / raw)
  To: Thibaut Sautereau, Andrew Morton
  Cc: Ingo Molnar, Masahiro Yamada, Arnd Bergmann, Masami Hiramatsu,
	Waiman Long, Mikulas Patocka, Andy Shevchenko, linux-kernel

On 08/30/2018 12:45 PM, Thibaut Sautereau wrote:
> Fix three typos in CONFIG_WARN_ALL_UNSEEDED_RANDOM help text.
> 
> Signed-off-by: Thibaut Sautereau <thibaut@sautereau.fr>

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

Thanks.

> ---
>  lib/Kconfig.debug | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
> index c7fef0c56d6b..3e50cc93572c 100644
> --- a/lib/Kconfig.debug
> +++ b/lib/Kconfig.debug
> @@ -1277,13 +1277,13 @@ config WARN_ALL_UNSEEDED_RANDOM
>  	  time.  This is really bad from a security perspective, and
>  	  so architecture maintainers really need to do what they can
>  	  to get the CRNG seeded sooner after the system is booted.
> -	  However, since users can not do anything actionble to
> +	  However, since users cannot do anything actionable to
>  	  address this, by default the kernel will issue only a single
>  	  warning for the first use of unseeded randomness.
>  
>  	  Say Y here if you want to receive warnings for all uses of
>  	  unseeded randomness.  This will be of use primarily for
> -	  those developers interersted in improving the security of
> +	  those developers interested in improving the security of
>  	  Linux kernels running on their architecture (or
>  	  subarchitecture).
>  
> 


-- 
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-30 19:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-30 19:45 [PATCH] lib: fix three typos in Kconfig help text Thibaut Sautereau
2018-08-30 19:52 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).