* [PATCH] slab: fix kernel-doc warnings
@ 2006-02-11 5:45 Randy.Dunlap
2006-02-11 11:34 ` Pekka Enberg
0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2006-02-11 5:45 UTC (permalink / raw)
To: lkml; +Cc: akpm, penberg
From: Randy Dunlap <rdunlap@xenotime.net>
Fix kernel-doc warnings in mm/slab.c.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
---
mm/slab.c | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
--- linux-2616-rc2g9.orig/mm/slab.c
+++ linux-2616-rc2g9/mm/slab.c
@@ -1526,8 +1526,12 @@ static void check_poison_obj(struct kmem
#if DEBUG
/**
- * slab_destroy_objs - call the registered destructor for each object in
- * a slab that is to be destroyed.
+ * slab_destroy_objs - destroy a slab and its objects
+ * @cachep: cache pointer being destroyed
+ * @slabp: slab pointer being destroyed
+ *
+ * Call the registered destructor for each object in a slab that is being
+ * destroyed.
*/
static void slab_destroy_objs(struct kmem_cache *cachep, struct slab *slabp)
{
@@ -1574,6 +1578,10 @@ static void slab_destroy_objs(struct kme
#endif
/**
+ * slab_destroy - destroy and release all objects in a slab
+ * @cachep: cache pointer being destroyed
+ * @slabp: slab pointer being destroyed
+ *
* Destroy all the objs in a slab, and release the mem back to the system.
* Before calling the slab must have been unlinked from the cache.
* The cache-lock is not held/needed.
@@ -3085,6 +3093,7 @@ EXPORT_SYMBOL(kmalloc_node);
* kmalloc - allocate memory
* @size: how many bytes of memory are required.
* @flags: the type of memory to allocate.
+ * @caller: function caller for debug tracking of the caller
*
* kmalloc is the normal method of allocating memory
* in the kernel.
---
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-02-11 11:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-11 5:45 [PATCH] slab: fix kernel-doc warnings Randy.Dunlap
2006-02-11 11:34 ` Pekka Enberg
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.