diff options
author | Pekka J Enberg <penberg@cs.helsinki.fi> | 2007-05-09 02:32:46 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-09 12:30:46 -0700 |
commit | 7ae439ce0c01d7db0c70d1542985969e95ef750d (patch) | |
tree | 7da3778be3e1c80cd834bf72dc33c3c82ff43017 /mm/slab.c | |
parent | 5e6d444ea1f72b8148354a9baf0ea8fa3dd0425b (diff) |
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.c | 1 |
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. |