[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20221129010023.376537-1-Jason@zx2c4.com>
Date: Tue, 29 Nov 2022 02:00:23 +0100
From: "Jason A. Donenfeld" <Jason@...c4.com>
To: linux-kernel@...r.kernel.org
Cc: "Jason A. Donenfeld" <Jason@...c4.com>
Subject: [PATCH] random: remove extraneous period in comment
Just a trivial typo fix.
Signed-off-by: Jason A. Donenfeld <Jason@...c4.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
Powered by blists - more mailing lists