From: Pekka J Enberg No "blank" (or "*") line is allowed between the function name and lines for it parameter(s). Cc: Randy Dunlap Signed-off-by: Pekka Enberg Cc: Christoph Lameter Signed-off-by: Andrew Morton --- mm/slab.c | 1 - mm/slub.c | 1 - 2 files changed, 2 deletions(-) diff -puN mm/slab.c~krealloc-fix-kerneldoc-comments mm/slab.c --- a/mm/slab.c~krealloc-fix-kerneldoc-comments +++ a/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. diff -puN mm/slub.c~krealloc-fix-kerneldoc-comments mm/slub.c --- a/mm/slub.c~krealloc-fix-kerneldoc-comments +++ a/mm/slub.c @@ -2286,7 +2286,6 @@ EXPORT_SYMBOL(kmem_cache_shrink); /** * 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. _