diff options
author | Wei Yuan <weiyuan.wei@huawei.com> | 2014-12-10 18:44:44 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-10 20:41:08 -0500 |
commit | 26086de3fcc9694b9f9c1517e4fd5d1d33d6eb8c (patch) | |
tree | c7a7e10ccc9a6989739268400f837a3dbb9e43af /mm/page_alloc.c | |
parent | 569f48b85813f053aeab35429ba1657cb7f426db (diff) |
mm: fix a spelling mistake
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>
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 7352aa45a335..97b6966816e5 100644 --- 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, | |||
1739 | unsigned long mark, int classzone_idx, int alloc_flags, | 1739 | unsigned long mark, int classzone_idx, int alloc_flags, |
1740 | long free_pages) | 1740 | long free_pages) |
1741 | { | 1741 | { |
1742 | /* free_pages my go negative - that's OK */ | 1742 | /* free_pages may go negative - that's OK */ |
1743 | long min = mark; | 1743 | long min = mark; |
1744 | int o; | 1744 | int o; |
1745 | long free_cma = 0; | 1745 | long free_cma = 0; |