summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
diff options
context:
space:
mode:
authorPekka J Enberg2007-05-09 11:32:46 +0200
committerLinus Torvalds2007-05-09 21:30:46 +0200
commit7ae439ce0c01d7db0c70d1542985969e95ef750d (patch)
tree7da3778be3e1c80cd834bf72dc33c3c82ff43017 /mm/slab.c
parentSLUB: rework slab order determination (diff)
downloadkernel-qcow2-linux-7ae439ce0c01d7db0c70d1542985969e95ef750d.tar.gz
kernel-qcow2-linux-7ae439ce0c01d7db0c70d1542985969e95ef750d.tar.xz
kernel-qcow2-linux-7ae439ce0c01d7db0c70d1542985969e95ef750d.zip
krealloc: fix kerneldoc comments
No "blank" (or "*") line is allowed between the function name and lines for it parameter(s). Cc: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Cc: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/slab.c')
-rw-r--r--mm/slab.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/slab.c b/mm/slab.c
index acda7e2d66e4..01262d26e192 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -3742,7 +3742,6 @@ EXPORT_SYMBOL(__kmalloc);
/**
* krealloc - reallocate memory. The contents will remain unchanged.
- *
* @p: object to reallocate memory for.
* @new_size: how many bytes of memory are required.
* @flags: the type of memory to allocate.