]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-slab-put-the-freelist-at-the-end-of-slab-page-fix
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 9 Feb 2016 23:12:02 +0000 (10:12 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 9 Feb 2016 23:12:02 +0000 (10:12 +1100)
fix kerneldoc

Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/slab.c

index 75895b1dddeb11ddbf382c0f5c5d3db6ab85625a..b3d91b048f44e427350ad17890b7df368738e9c8 100644 (file)
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -1868,7 +1868,6 @@ static void slabs_destroy(struct kmem_cache *cachep, struct list_head *list)
  * 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.