The patch titled Subject: mm/zsmalloc: fix function parameter kernel-doc notation has been added to the -mm mm-unstable branch. Its filename is mm-zsmalloc-fix-function-parameter-kernel-doc-notation.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-zsmalloc-fix-function-parameter-kernel-doc-notation.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: mm/zsmalloc: fix function parameter kernel-doc notation Date: Fri, 10 Jan 2025 22:33:05 -0800 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@xxxxxxxxxxxxx Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Cc: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/zpdesc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/zpdesc.h~mm-zsmalloc-fix-function-parameter-kernel-doc-notation +++ a/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 _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are mm-zsmalloc-fix-function-parameter-kernel-doc-notation.patch