]> Pileus Git - ~andy/linux/commit
slab.h: remove duplicate kmalloc declaration and fix kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 23 Nov 2013 02:14:38 +0000 (18:14 -0800)
committerPekka Enberg <penberg@kernel.org>
Wed, 18 Dec 2013 08:57:19 +0000 (10:57 +0200)
commite1168c2cc4a5a5e495a53e067a6be6b4f29abfe0
treed2e21c1d0ca82edccf900462232bb81a06100e97
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
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
<refentry id="API-kmalloc">

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 <rdunlap@infradead.org>
Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
include/linux/slab.h