The patch titled Fix kmem_cache_alloc() been documented twice has been added to the -mm tree. Its filename is fix-kmem_cache_alloc-been-documented-twice.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Fix kmem_cache_alloc() been documented twice From: Rolf Eike Beer <eike-kernel@xxxxxxxxx> kmem_cache_alloc() was documented twice, but kmem_cache_zalloc() never. Fix this obvious typo to get things right. Signed-off-by: Rolf Eike Beer <eike-kernel@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- mm/slab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/slab.c~fix-kmem_cache_alloc-been-documented-twice mm/slab.c --- a/mm/slab.c~fix-kmem_cache_alloc-been-documented-twice +++ a/mm/slab.c @@ -3223,7 +3223,7 @@ void *kmem_cache_alloc(struct kmem_cache EXPORT_SYMBOL(kmem_cache_alloc); /** - * kmem_cache_alloc - Allocate an object. The memory is set to zero. + * kmem_cache_zalloc - Allocate an object. The memory is set to zero. * @cache: The cache to allocate from. * @flags: See kmalloc(). * _ Patches currently in -mm which might be from eike-kernel@xxxxxxxxx are git-mtd.patch add-kerneldocs-for-some-functions-in-mm-memoryc.patch add-docbook-documentation-for-workqueue-functions.patch include-documentation-for-functions-in-drivers-base-classc.patch fix-parameter-names-in-drivers-base-classc.patch fix-kmem_cache_alloc-been-documented-twice.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