]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
random: complete sentence of comment
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 25 Nov 2025 01:54:37 +0000 (02:54 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 25 Nov 2025 01:54:37 +0000 (02:54 +0100)
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>
drivers/char/random.c

index 2c7195c942c36bf7680595705a42fc46928e1e30..5a625b091e634b9c5957b33bccce308d22b520be 100644 (file)
@@ -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,