Re: linux-next: build warning after merge of the slab tree
From: Vlastimil Babka
Date: Fri Sep 06 2024 - 05:27:36 EST
On 9/6/24 10:33, Stephen Rothwell wrote:
> Hi all,
>
> After merging the slab tree, today's linux-next build (htmldocs) produced
> this warning:
>
> include/linux/slab.h:244: warning: Cannot understand * @align: The required alignment for the objects.
> on line 244 - I thought it was a doc line
>
> Introduced by commit
>
> 0c64b97ac116 ("slab: add struct kmem_cache_args")
Thanks, fixed it up:
/**
+ * struct kmem_cache_args - Less common arguments for kmem_cache_create()
* @align: The required alignment for the objects.