mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 22:14:20 +08:00
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>
This commit is contained in:
parent
569f48b858
commit
26086de3fc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user