The patch titled krealloc: fix kerneldoc comments has been removed from the -mm tree. Its filename was krealloc-fix-kerneldoc-comments.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: krealloc: fix kerneldoc comments From: Pekka J Enberg <penberg@xxxxxxxxxxxxxx> No "blank" (or "*") line is allowed between the function name and lines for it parameter(s). Cc: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx> Cc: Christoph Lameter <clameter@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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. _ Patches currently in -mm which might be from penberg@xxxxxxxxxxxxxx are origin.patch separate-freezer-from-pm-code-rev-2.patch introduce-freezer-flags-rev-2.patch unionfs-fix-slab-abuses-with-krealloc.patch revoke-special-mmap-handling.patch revoke-special-mmap-handling-vs-fault-vs-invalidate.patch revoke-core-code.patch revoke-support-for-ext2-and-ext3.patch revoke-add-documentation.patch revoke-wire-up-i386-system-calls.patch slab-leaks3-default-y.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html