linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] random: remove extraneous period in comment
@ 2022-11-29  1:00 Jason A. Donenfeld
  0 siblings, 0 replies; only message in thread
From: Jason A. Donenfeld @ 2022-11-29  1:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jason A. Donenfeld

Just a trivial typo fix.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.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 a2a18bd3d7d7..ce12e7ab0d69 100644
--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -1239,7 +1239,7 @@ struct entropy_timer_state {
  * Each time the timer fires, we expect that we got an unpredictable
  * jump in the cycle counter. Even if the timer is running on another
  * CPU, the timer activity will be touching the stack of the CPU that is
- * generating entropy..
+ * generating entropy.
  *
  * Note that we don't re-arm the timer in the timer itself - we are
  * happy to be scheduled away, since that just makes the load more
-- 
2.38.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-29  1:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-29  1:00 [PATCH] random: remove extraneous period in comment 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;
as well as URLs for NNTP newsgroup(s).