]> git.baikalelectronics.ru Git - kernel.git/commit
mm: Fix warning on make htmldocs caused by slab.c
authorMasanari Iida <standby24x7@gmail.com>
Mon, 27 Jan 2014 17:57:08 +0000 (02:57 +0900)
committerPekka Enberg <penberg@kernel.org>
Fri, 31 Jan 2014 11:52:25 +0000 (13:52 +0200)
commitd3fa19459f37ca4d0b6b85ad263b54a81fe8e502
treecb4f532c111a9f909c27c94b83ec041ee3fc08f6
parent2ae0863f77ec8b446512c19050fd78bb7cfc1148
mm: Fix warning on make htmldocs caused by slab.c

This patch fixed following errors while make htmldocs
Warning(/mm/slab.c:1956): No description found for parameter 'page'
Warning(/mm/slab.c:1956): Excess function parameter 'slabp' description in 'slab_destroy'

Incorrect function parameter "slabp" was set instead of "page"

Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
mm/slab.c