mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] mm: fix kernel-doc warning in page_alloc.c
@ 2011-05-16 20:16 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2011-05-16 20:16 UTC (permalink / raw)
  To: lkml; +Cc: torvalds, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

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>
---
 mm/page_alloc.c |    1 +
 1 file changed, 1 insertion(+)

--- linux-2.6.39-rc7-git10.orig/mm/page_alloc.c
+++ linux-2.6.39-rc7-git10/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
  *

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-16 20:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-16 20:16 [PATCH] mm: fix kernel-doc warning in page_alloc.c Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®