Re: [PATCH] slab: add kmalloc() to kernel API documentation

2013-07-07 Thread Pekka Enberg
On Mon, Jul 1, 2013 at 9:41 PM, Christoph Lameter wrote: > On Tue, 25 Jun 2013, Michael Opdenacker wrote: > >> This patch is a proposed fix for this. It also removes the documentation >> for kmalloc() in include/linux/slob_def.h which isn't included to >> generate the documentation anyway. This wa

Re: [PATCH] slab: add kmalloc() to kernel API documentation

2013-07-01 Thread Christoph Lameter
On Tue, 25 Jun 2013, Michael Opdenacker wrote: > This patch is a proposed fix for this. It also removes the documentation > for kmalloc() in include/linux/slob_def.h which isn't included to > generate the documentation anyway. This way, kmalloc() is described > in only one place. Acked-by: Christ

Re: [PATCH] slab: add kmalloc() to kernel API documentation

2013-06-25 Thread Randy Dunlap
On 06/25/13 09:16, Michael Opdenacker wrote: > At the moment, kmalloc() isn't even listed in the kernel API > documentation (DocBook/kernel-api.html after running "make htmldocs"). > > Another issue is that the documentation for kmalloc_node() > refers to kcalloc()'s documentation to describe its

[PATCH] slab: add kmalloc() to kernel API documentation

2013-06-25 Thread Michael Opdenacker
At the moment, kmalloc() isn't even listed in the kernel API documentation (DocBook/kernel-api.html after running "make htmldocs"). Another issue is that the documentation for kmalloc_node() refers to kcalloc()'s documentation to describe its 'flags' parameter, while kcalloc() refered to kmalloc()