projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5404e7e
)
kernel/kmod.c: fix a typo "assuems" -> "assumes"
author
Qiujun Huang
<hqjagain@gmail.com>
Tue, 7 Apr 2020 03:11:49 +0000
(20:11 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 7 Apr 2020 17:43:44 +0000
(10:43 -0700)
There is a typo in comment. Fix it. s/assuems/assumes/
Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Luis Chamberlain <mcgrof@kernel.org>
Link:
http://lkml.kernel.org/r/1585891029-6450-1-git-send-email-hqjagain@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/kmod.c
patch
|
blob
|
history
diff --git
a/kernel/kmod.c
b/kernel/kmod.c
index bc6addd9152b4db58c57757f1fe0a2911a16e459..8b2b311afa957d600f13dabd6442a8657b815328 100644
(file)
--- a/
kernel/kmod.c
+++ b/
kernel/kmod.c
@@
-35,7
+35,7
@@
* (u64) THREAD_SIZE * 8UL);
*
* If you need less than 50 threads would mean we're dealing with systems
- * smaller than 3200 pages. This assu
em
s you are capable of having ~13M memory,
+ * smaller than 3200 pages. This assu
me
s you are capable of having ~13M memory,
* and this would only be an be an upper limit, after which the OOM killer
* would take effect. Systems like these are very unlikely if modules are
* enabled.