mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
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:
parent
89c2892621
commit
92bcb43ce8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user