summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2011-05-16 13:16:54 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-05-16 18:34:30 -0700
commitb5e6ab589d570ac79cc939517fab05c87a23c262 (patch)
treedb9014f2b0897c9f3ada5b4077995e679aa36fbb
parent93d2175d3d31f11ba04fcfa0e9a496a1b4bc8b34 (diff)
downloadlinux-3.10-b5e6ab589d570ac79cc939517fab05c87a23c262.tar.gz
linux-3.10-b5e6ab589d570ac79cc939517fab05c87a23c262.tar.bz2
linux-3.10-b5e6ab589d570ac79cc939517fab05c87a23c262.zip
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 <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--mm/page_alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 570d944daeb..3f8bce264df 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
*