aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slab.c')
-rw-r--r--mm/slab.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/slab.c b/mm/slab.c
index a041c5378dfa..05a391059fe1 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -2998,6 +2998,8 @@ EXPORT_SYMBOL(kzalloc);
2998 * kfree - free previously allocated memory 2998 * kfree - free previously allocated memory
2999 * @objp: pointer returned by kmalloc. 2999 * @objp: pointer returned by kmalloc.
3000 * 3000 *
3001 * If @objp is NULL, no operation is performed.
3002 *
3001 * Don't free memory not originally allocated by kmalloc() 3003 * Don't free memory not originally allocated by kmalloc()
3002 * or you will run into trouble. 3004 * or you will run into trouble.
3003 */ 3005 */