diff options
Diffstat (limited to 'mm/slab.h')
-rw-r--r-- | mm/slab.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ ssize_t slabinfo_write(struct file *file, const char __user *buffer, | |||
172 | /* | 172 | /* |
173 | * Generic implementation of bulk operations | 173 | * Generic implementation of bulk operations |
174 | * These are useful for situations in which the allocator cannot | 174 | * These are useful for situations in which the allocator cannot |
175 | * perform optimizations. In that case segments of the objecct listed | 175 | * perform optimizations. In that case segments of the object listed |
176 | * may be allocated or freed using these operations. | 176 | * may be allocated or freed using these operations. |
177 | */ | 177 | */ |
178 | void __kmem_cache_free_bulk(struct kmem_cache *, size_t, void **); | 178 | void __kmem_cache_free_bulk(struct kmem_cache *, size_t, void **); |