* [PATCH] page_alloc: fix kernel-doc warning
@ 2009-06-19 2:38 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2009-06-19 2:38 UTC (permalink / raw)
To: linux-mm, Andrew Morton
From: Randy Dunlap <randy.dunlap@oracle.com>
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: Randy Dunlap <randy.dunlap@oracle.com>
---
mm/page_alloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.30-git14.orig/mm/page_alloc.c
+++ linux-2.6.30-git14/mm/page_alloc.c
@@ -4494,7 +4494,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.
--
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-19 2:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-19 2:38 [PATCH] page_alloc: fix kernel-doc warning Randy Dunlap
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.