[PATCH] random: remove extraneous period in comment

Jason A. Donenfeld posted 1 patch 2 years, 9 months ago
drivers/char/random.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] random: remove extraneous period in comment
Posted by Jason A. Donenfeld 2 years, 9 months ago
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