projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b92a953
)
mm/page_poison.c: fix a typo in a comment
author
Christophe JAILLET
<christophe.jaillet@wanadoo.fr>
Mon, 23 Sep 2019 22:34:19 +0000
(15:34 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 24 Sep 2019 22:54:08 +0000
(15:54 -0700)
s/posioned/poisoned/
Link:
http://lkml.kernel.org/r/20190721180908.6534-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_poison.c
patch
|
blob
|
history
diff --git
a/mm/page_poison.c
b/mm/page_poison.c
index 21d4f97cb49ba4486e2c00c51e052e13370671e4..34b9181ee5d1344eb092c99596131ae5697b2402 100644
(file)
--- a/
mm/page_poison.c
+++ b/
mm/page_poison.c
@@
-101,7
+101,7
@@
static void unpoison_page(struct page *page)
/*
* Page poisoning when enabled poisons each and every page
* that is freed to buddy. Thus no extra check is done to
- * see if a page was po
si
oned.
+ * see if a page was po
is
oned.
*/
check_poison_mem(addr, PAGE_SIZE);
kunmap_atomic(addr);