From: Randy Dunlap Date: Mon, 16 May 2011 20:16:54 +0000 (-0700) Subject: mm: fix kernel-doc warning in page_alloc.c X-Git-Tag: upstream/snapshot3+hdmi~10449 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5e6ab589d570ac79cc939517fab05c87a23c262;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git mm: fix kernel-doc warning in page_alloc.c Fix new kernel-doc warning in mm/page_alloc.c: Warning(mm/page_alloc.c:2370): No description found for parameter 'nid' Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 570d944..3f8bce2 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -2358,6 +2358,7 @@ EXPORT_SYMBOL(alloc_pages_exact); /** * alloc_pages_exact_nid - allocate an exact number of physically-contiguous * pages on a node. + * @nid: the preferred node ID where memory should be allocated * @size: the number of bytes to allocate * @gfp_mask: GFP flags for the allocation *