Re: linux-next: build warning after merge of the pci tree
From: Bjorn Helgaas
Date: Mon Jul 01 2024 - 15:38:00 EST
On Mon, Jul 01, 2024 at 07:24:53PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the pci tree, today's linux-next build (htmldocs) produced
> this warning:
>
> Documentation/driver-api/pci/pci:10: drivers/pci/devres.c:556: WARNING: Inline emphasis start-string without end-string.
>
> Introduced by commit
>
> 06fa2e1e9116 ("PCI: Deprecate pcim_iomap_table(), pcim_iomap_regions_request_all()")
I fixed by changing * to \* here:
* void __iomem \*mappy = pcim_iomap(pdev, bar, length);