]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
random: fix typo in comments
authorSchspa Shi <schspa@gmail.com>
Fri, 14 Jan 2022 08:12:16 +0000 (16:12 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2022 09:46:31 +0000 (11:46 +0200)
commit c0a8a61e7abbf66729687ee63659ee25983fbb1e upstream.

s/or/for

Signed-off-by: Schspa Shi <schspa@gmail.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/random.c

index eee1b7ee973a63a734ab81b36a4bb539a54151c2..818d965a05c0c0de23f3cef9ad67c3aced44e088 100644 (file)
  * ===============================
  *
  * There are four exported interfaces; two for use within the kernel,
- * and two or use from userspace.
+ * and two for use from userspace.
  *
  * Exported interfaces ---- userspace output
  * -----------------------------------------