diff options
author | Pekka J Enberg <penberg@cs.helsinki.fi> | 2007-05-09 05:32:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-09 15:30:46 -0400 |
commit | 7ae439ce0c01d7db0c70d1542985969e95ef750d (patch) | |
tree | 7da3778be3e1c80cd834bf72dc33c3c82ff43017 /mm | |
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')
-rw-r--r-- | mm/slab.c | 1 | ||||
-rw-r--r-- | mm/slub.c | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -3742,7 +3742,6 @@ EXPORT_SYMBOL(__kmalloc); | |||
3742 | 3742 | ||
3743 | /** | 3743 | /** |
3744 | * krealloc - reallocate memory. The contents will remain unchanged. | 3744 | * krealloc - reallocate memory. The contents will remain unchanged. |
3745 | * | ||
3746 | * @p: object to reallocate memory for. | 3745 | * @p: object to reallocate memory for. |
3747 | * @new_size: how many bytes of memory are required. | 3746 | * @new_size: how many bytes of memory are required. |
3748 | * @flags: the type of memory to allocate. | 3747 | * @flags: the type of memory to allocate. |
@@ -2286,7 +2286,6 @@ EXPORT_SYMBOL(kmem_cache_shrink); | |||
2286 | 2286 | ||
2287 | /** | 2287 | /** |
2288 | * krealloc - reallocate memory. The contents will remain unchanged. | 2288 | * krealloc - reallocate memory. The contents will remain unchanged. |
2289 | * | ||
2290 | * @p: object to reallocate memory for. | 2289 | * @p: object to reallocate memory for. |
2291 | * @new_size: how many bytes of memory are required. | 2290 | * @new_size: how many bytes of memory are required. |
2292 | * @flags: the type of memory to allocate. | 2291 | * @flags: the type of memory to allocate. |