projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15a1a3b
)
random: fix typo in comments
author
Schspa Shi
<schspa@gmail.com>
Fri, 14 Jan 2022 08:12:16 +0000
(16:12 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 30 May 2022 07:29:01 +0000
(09:29 +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
patch
|
blob
|
history
diff --git
a/drivers/char/random.c
b/drivers/char/random.c
index 08072d46ac8bdf215e8e41c7052090a9c0a959ba..c6d798b9f0f06dcc5789862b7571f3725587ec10 100644
(file)
--- a/
drivers/char/random.c
+++ b/
drivers/char/random.c
@@
-101,7
+101,7
@@
* ===============================
*
* There are four exported interfaces; two for use within the kernel,
- * and two or use from userspace.
+ * and two
f
or use from userspace.
*
* Exported interfaces ---- userspace output
* -----------------------------------------