summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2025-11-25 02:54:37 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2025-11-25 02:54:37 +0100
commit90fb9b98fcf5e668a13676d6e8cd546b6990d002 (patch)
tree9fb7189cb7a6d00ff175a1bb3ec8934d5a1500cd
parent2db833312d7e6ae22111a6fd3e733b2a14986a29 (diff)
random: complete sentence of comment
Complete the sentence by adding "is set", rather than having it dangle as a sentence fragment. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--drivers/char/random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/random.c b/drivers/char/random.c
index 2c7195c942c3..5a625b091e63 100644
--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -794,7 +794,7 @@ static void __cold _credit_init_bits(size_t bits)
*
* add_bootloader_randomness() is called by bootloader drivers, such as EFI
* and device tree, and credits its input depending on whether or not the
- * command line option 'random.trust_bootloader'.
+ * command line option 'random.trust_bootloader' is set.
*
* add_vmfork_randomness() adds a unique (but not necessarily secret) ID
* representing the current instance of a VM to the pool, without crediting,