From: Masanari Iida Date: Mon, 27 Jan 2014 17:57:08 +0000 (+0900) Subject: mm: Fix warning on make htmldocs caused by slab.c X-Git-Tag: v3.15-rc1~115^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=425529937b6ce37e47120d6b2fb895c5b9910591;p=pandora-kernel.git 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 Acked-by: Christoph Lameter Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed