mm/zsmalloc: fix function parameter kernel-doc notation

Use the correct function parameter name to eliminate a kernel-doc
warning:

zpdesc.h:90: warning: Function parameter or struct member 'zp' not described in 'zpdesc_folio'
zpdesc.h:90: warning: Excess function parameter 'zpdesc' description in 'zpdesc_folio'

Link: https://lkml.kernel.org/r/20250111063305.911010-1-rdunlap@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Sergey Senozhatsky <senozhatsky@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
Randy Dunlap 2025-01-10 22:33:05 -08:00 committed by Andrew Morton
parent 89c2892621
commit 92bcb43ce8

View File

@ -74,7 +74,7 @@ static_assert(sizeof(struct zpdesc) <= sizeof(struct page));
/**
* zpdesc_folio - The folio allocated for a zpdesc
* @zpdesc: The zpdesc.
* @zp: The zpdesc.
*
* Zpdescs are descriptors for zpool memory. The zpool memory itself is
* allocated as folios that contain the zpool objects, and zpdesc uses specific