linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] docbook: fix vmalloc missing parameter notation
@ 2008-04-30  3:18 Randy.Dunlap, Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy.Dunlap, Randy Dunlap @ 2008-04-30  3:18 UTC (permalink / raw)
  To: linux-mm; +Cc: akpm

Fix vmalloc kernel-doc warning:

Warning(linux-2.6.25-git14//mm/vmalloc.c:555): No description found for parameter 'caller'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 mm/vmalloc.c |    1 +
 1 file changed, 1 insertion(+)

--- linux-2.6.25-git14.orig/mm/vmalloc.c
+++ linux-2.6.25-git14/mm/vmalloc.c
@@ -545,6 +545,7 @@ void *__vmalloc_area(struct vm_struct *a
  *	@gfp_mask:	flags for the page level allocator
  *	@prot:		protection mask for the allocated pages
  *	@node:		node to use for allocation or -1
+ *	@caller:	caller's return address
  *
  *	Allocate enough pages to cover @size from the page level
  *	allocator with @gfp_mask flags.  Map them into contiguous

--
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:[~2008-04-30  3:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-30  3:18 [PATCH v2] docbook: fix vmalloc missing parameter notation Randy.Dunlap, Randy Dunlap

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