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)
committerJiri Kosina <jkosina@suse.cz>
Wed, 19 Feb 2014 13:55:56 +0000 (14:55 +0100)
commit425529937b6ce37e47120d6b2fb895c5b9910591
tree608ecfeb5a8a9754230be6a12e1a008cdafb20e9
parentb441882dc715ecfd3dcd35e6e7c5778cc1c772a7
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"

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
mm/slab.c
This page took 0.028913 seconds and 5 git commands to generate.