Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26086de3 authored by Wei Yuan's avatar Wei Yuan Committed by Linus Torvalds
Browse files

mm: fix a spelling mistake



Signed-off-by Wei Yuan <weiyuan.wei@huawei.com>
Acked-by: default avatarRik van Riel <riel@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 569f48b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 may go negative - that's OK */
	long min = mark;
	int o;
	long free_cma = 0;