commit | 425529937b6ce37e47120d6b2fb895c5b9910591 | [log] [tgz] |
---|---|---|
author | Masanari Iida <standby24x7@gmail.com> | Tue Jan 28 02:57:08 2014 +0900 |
committer | Jiri Kosina <jkosina@suse.cz> | Wed Feb 19 14:55:56 2014 +0100 |
tree | 608ecfeb5a8a9754230be6a12e1a008cdafb20e9 | |
parent | b441882dc715ecfd3dcd35e6e7c5778cc1c772a7 [diff] |
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>