mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] char: Fix a typo in the file random.c
@ 2021-03-17  9:48 Bhaskar Chowdhury
  2021-03-17 17:53 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-17  9:48 UTC (permalink / raw)
  To: tytso, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/progams/programs/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/char/random.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/random.c b/drivers/char/random.c
index 0fe9e200e4c8..afb0195e06f3 100644
--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -763,7 +763,7 @@ static DECLARE_WAIT_QUEUE_HEAD(crng_init_wait);

 #ifdef CONFIG_NUMA
 /*
- * Hack to deal with crazy userspace progams when they are all trying
+ * Hack to deal with crazy userspace programs when they are all trying
  * to access /dev/urandom in parallel.  The programs are almost
  * certainly doing something terribly wrong, but we'll work around
  * their brain damage.
--
2.30.2


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

* Re: [PATCH] char: Fix a typo in the file random.c
  2021-03-17  9:48 [PATCH] char: Fix a typo in the file random.c Bhaskar Chowdhury
@ 2021-03-17 17:53 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-17 17:53 UTC (permalink / raw)
  To: Bhaskar Chowdhury, tytso, linux-kernel

On 3/17/21 2:48 AM, Bhaskar Chowdhury wrote:
> 
> s/progams/programs/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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

> ---
>  drivers/char/random.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/char/random.c b/drivers/char/random.c
> index 0fe9e200e4c8..afb0195e06f3 100644
> --- a/drivers/char/random.c
> +++ b/drivers/char/random.c
> @@ -763,7 +763,7 @@ static DECLARE_WAIT_QUEUE_HEAD(crng_init_wait);
> 
>  #ifdef CONFIG_NUMA
>  /*
> - * Hack to deal with crazy userspace progams when they are all trying
> + * Hack to deal with crazy userspace programs when they are all trying
>   * to access /dev/urandom in parallel.  The programs are almost
>   * certainly doing something terribly wrong, but we'll work around
>   * their brain damage.
> --


-- 
~Randy


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

end of thread, other threads:[~2021-03-17 17:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17  9:48 [PATCH] char: Fix a typo in the file random.c Bhaskar Chowdhury
2021-03-17 17:53 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®