projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
569f48b
)
mm: fix a spelling mistake
author
Wei Yuan
<weiyuan.wei@huawei.com>
Wed, 10 Dec 2014 23:44:44 +0000
(15:44 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 11 Dec 2014 01:41:08 +0000
(17:41 -0800)
Signed-off-by Wei Yuan <weiyuan.wei@huawei.com>
Acked-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_alloc.c
patch
|
blob
|
history
diff --git
a/mm/page_alloc.c
b/mm/page_alloc.c
index
7352aa4
..
97b6966
100644
(file)
--- a/
mm/page_alloc.c
+++ b/
mm/page_alloc.c
@@
-1739,7
+1739,7
@@
static bool __zone_watermark_ok(struct zone *z, unsigned int order,
unsigned long mark, int classzone_idx, int alloc_flags,
long free_pages)
{
- /* free_pages my go negative - that's OK */
+ /* free_pages m
a
y go negative - that's OK */
long min = mark;
int o;
long free_cma = 0;