Re: linux-next: build warnings after merge of the vfs-brauner tree
From: Mateusz Guzik
Date: Wed Nov 12 2025 - 05:57:39 EST
On Wed, Nov 12, 2025 at 11:55 AM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
>
> Hi Mateusz,
>
> On Wed, 12 Nov 2025 11:10:59 +0100 Mateusz Guzik <mjguzik@xxxxxxxxx> wrote:
> >
> > That func is a little special and I would argue it should not have
> > these documented. Is there a way to exempt it?
>
> Since the function is declared static, it doesn't really need
> kernel-doc, so you should start the comment with "/*" instead of "/**".
>
Perfect, thanks.
It is Christian's call though.