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

Commit 55a4462a authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

page_alloc: fix kernel-doc warning



Ummark function as having kernel-doc notation, fixing the kernel-doc
warning.

Warning(mm/page_alloc.c:4519): No description found for parameter 'zone'

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent abfc3488
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4541,7 +4541,7 @@ void setup_per_zone_wmarks(void)
	calculate_totalreserve_pages();
}

/**
/*
 * The inactive anon list should be small enough that the VM never has to
 * do too much work, but large enough that each inactive page has a chance
 * to be referenced again before it is swapped out.