* [PATCH] random: Add missing words in function comments
@ 2025-02-19 21:00 Thorsten Blum
2025-03-19 17:15 ` Jason A. Donenfeld
0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Blum @ 2025-02-19 21:00 UTC (permalink / raw)
To: Theodore Ts'o, Jason A. Donenfeld; +Cc: Thorsten Blum, linux-kernel
s/good as/as good as/
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
drivers/char/random.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/char/random.c b/drivers/char/random.c
index 2581186fa61b..b63372af9bce 100644
--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -427,7 +427,7 @@ static void _get_random_bytes(void *buf, size_t len)
/*
* This returns random bytes in arbitrary quantities. The quality of the
- * random bytes is good as /dev/urandom. In order to ensure that the
+ * random bytes is as good as /dev/urandom. In order to ensure that the
* randomness provided by this function is okay, the function
* wait_for_random_bytes() should be called and return 0 at least once
* at any point prior.
@@ -490,7 +490,7 @@ static ssize_t get_random_bytes_user(struct iov_iter *iter)
/*
* Batched entropy returns random integers. The quality of the random
- * number is good as /dev/urandom. In order to ensure that the randomness
+ * number is as good as /dev/urandom. In order to ensure that the randomness
* provided by this function is okay, the function wait_for_random_bytes()
* should be called and return 0 at least once at any point prior.
*/
--
2.48.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] random: Add missing words in function comments
2025-02-19 21:00 [PATCH] random: Add missing words in function comments Thorsten Blum
@ 2025-03-19 17:15 ` Jason A. Donenfeld
0 siblings, 0 replies; 2+ messages in thread
From: Jason A. Donenfeld @ 2025-03-19 17:15 UTC (permalink / raw)
To: Thorsten Blum; +Cc: Theodore Ts'o, linux-kernel
On Wed, Feb 19, 2025 at 10:00:31PM +0100, Thorsten Blum wrote:
> s/good as/as good as/
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-19 17:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-19 21:00 [PATCH] random: Add missing words in function comments Thorsten Blum
2025-03-19 17:15 ` Jason A. Donenfeld
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®