Skip to content
Snippets Groups Projects
Commit 42552993 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

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: default avatarMasanari Iida <standby24x7@gmail.com>
Acked-by: default avatarChristoph Lameter <cl@linux.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent b441882d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment