Re: linux-next: build warning after merge of the xfs tree

From: Christoph Hellwig
Date: Fri Feb 23 2024 - 01:36:18 EST


On Fri, Feb 23, 2024 at 03:36:36PM +1100, Stephen Rothwell wrote:
> Hi all,
>
> After merging the xfs tree, today's linux-next build (htmldocs) produced
> this warning:
>
> Documentation/core-api/mm-api:130: mm/shmem.c:2155: WARNING: Inline emphasis start-string without end-string.
> Documentation/core-api/mm-api:130: mm/shmem.c:2156: WARNING: Inline emphasis start-string without end-string.

Thanks for the headsup. Looks like kernel-doc doesn't like the
pointer dereferene * operator. Any good idea how to write this instead?

>
> Introduced by commit
>
> d7468609ee0f ("shmem: export shmem_get_folio")
>
> --
> Cheers,
> Stephen Rothwell


---end quoted text---