Hi all,
After merging the slab tree, today's linux-next build (htmldocs) produced
these warnings:
mm/slab_common.c:964: warning: Function parameter or member 'object' not described in 'kfree'
mm/slab_common.c:964: warning: Excess function parameter 'objp' description in 'kfree'
Introduced by commit
79c7527b9805 ("mm/sl[au]b: generalize kmalloc subsystem")
--
Cheers,
Stephen Rothwell
On 8/24/22 05:45, Stephen Rothwell wrote:
> Hi all,
>
> After merging the slab tree, today's linux-next build (htmldocs) produced
> these warnings:
>
> mm/slab_common.c:964: warning: Function parameter or member 'object' not described in 'kfree'
> mm/slab_common.c:964: warning: Excess function parameter 'objp' description in 'kfree'
>
> Introduced by commit
>
> 79c7527b9805 ("mm/sl[au]b: generalize kmalloc subsystem")
>
Thanks, should be fixed in the new for-next I just pushed.