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:
b3aa158
)
mmzone: fix comment typo coelesce -> coalesce
author
Wang YanQing
<udknight@gmail.com>
Sun, 15 Apr 2012 12:42:28 +0000
(20:42 +0800)
committer
Jiri Kosina
<jkosina@suse.cz>
Sun, 15 Apr 2012 14:57:23 +0000
(16:57 +0200)
Signed-off-by: Wang YanQing <udknight@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
include/linux/mmzone.h
patch
|
blob
|
history
diff --git
a/include/linux/mmzone.h
b/include/linux/mmzone.h
index
dff7115
..
41aa49b
100644
(file)
--- a/
include/linux/mmzone.h
+++ b/
include/linux/mmzone.h
@@
-30,7
+30,7
@@
/*
* PAGE_ALLOC_COSTLY_ORDER is the order at which allocations are deemed
* costly to service. That is between allocation orders which should
- * co
e
lesce naturally under reasonable reclaim pressure and those which
+ * co
a
lesce naturally under reasonable reclaim pressure and those which
* will not.
*/
#define PAGE_ALLOC_COSTLY_ORDER 3