]> 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:49:02 +0000 (11:49 +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 8f391221916c88063f86adf595bc1ca6ad11010d..a26fe901a30dec227f91f2fc1eb69f8f17c5469c 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
  * -----------------------------------------