Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a70773dd authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

[PATCH] mm/slab: add kernel-doc for one function



Fix kernel-doc for calculate_slab_order().

Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 7fd6b141
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -1559,8 +1559,13 @@ static void set_up_list3s(struct kmem_cache *cachep, int index)
}

/**
 * calculate_slab_order - calculate size (page order) of slabs and the number
 *                        of objects per slab.
 * calculate_slab_order - calculate size (page order) of slabs
 * @cachep: pointer to the cache that is being created
 * @size: size of objects to be created in this cache.
 * @align: required alignment for the objects.
 * @flags: slab allocation flags
 *
 * Also calculates the number of objects per slab.
 *
 * This could be made much more intelligent.  For now, try to avoid using
 * high order pages for slabs.  When the gfp() functions are more friendly