projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d645ed
)
mm/sparse: fix a typo in comment "convienence"->"convenience"
author
Ethon Paul
<ethp@qq.com>
Thu, 4 Jun 2020 23:49:37 +0000
(16:49 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 5 Jun 2020 02:06:24 +0000
(19:06 -0700)
There is a typo in comment, fix it.
Signed-off-by: Ethon Paul <ethp@qq.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link:
http://lkml.kernel.org/r/20200411002955.14545-1-ethp@qq.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/sparse.c
patch
|
blob
|
history
diff --git
a/mm/sparse.c
b/mm/sparse.c
index 1aee5a4815715c13bb2c966fb487f807757fc5d9..6284328cd9f241393de91bb0febecb9efceeef47 100644
(file)
--- a/
mm/sparse.c
+++ b/
mm/sparse.c
@@
-288,7
+288,7
@@
void __init memory_present(int nid, unsigned long start, unsigned long end)
/*
* Mark all memblocks as present using memory_present(). This is a
- * conv
ien
ence function that is useful for a number of arches
+ * conv
eni
ence function that is useful for a number of arches
* to mark all of the systems memory as present during initialization.
*/
void __init memblocks_present(void)