diff options
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1946,7 +1946,7 @@ static void slab_destroy_debugcheck(struct kmem_cache *cachep, | |||
1946 | /** | 1946 | /** |
1947 | * slab_destroy - destroy and release all objects in a slab | 1947 | * slab_destroy - destroy and release all objects in a slab |
1948 | * @cachep: cache pointer being destroyed | 1948 | * @cachep: cache pointer being destroyed |
1949 | * @slabp: slab pointer being destroyed | 1949 | * @page: page pointer being destroyed |
1950 | * | 1950 | * |
1951 | * Destroy all the objs in a slab, and release the mem back to the system. | 1951 | * Destroy all the objs in a slab, and release the mem back to the system. |
1952 | * Before calling the slab must have been unlinked from the cache. The | 1952 | * Before calling the slab must have been unlinked from the cache. The |