From: Randy Dunlap Date: Sat, 23 Nov 2013 02:14:38 +0000 (-0800) Subject: slab.h: remove duplicate kmalloc declaration and fix kernel-doc warnings X-Git-Tag: v3.13-rc2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e3528c3660a2e8602abc7858b0994d611f74bc3;p=pandora-kernel.git slab.h: remove duplicate kmalloc declaration and fix kernel-doc warnings Fix kernel-doc warning for duplicate definition of 'kmalloc': Documentation/DocBook/kernel-api.xml:9483: element refentry: validity error : ID API-kmalloc already defined Also combine the kernel-doc info from the 2 kmalloc definitions into one block and remove the "see kcalloc" comment since kmalloc now contains the @flags info. Signed-off-by: Randy Dunlap Acked-by: Christoph Lameter Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed