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' Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Cc: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/zpdesc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20250108.orig/mm/zpdesc.h +++ linux-next-20250108/mm/zpdesc.h @@ -74,7 +74,7 @@ static_assert(sizeof(struct zpdesc) <= s /** * 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