Re: [PATCH] PCI: Fix kernel-doc issues

From: Bjorn Helgaas
Date: Fri Jan 12 2024 - 12:09:24 EST


On Thu, Jan 11, 2024 at 10:28:50AM -0600, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
>
> Fix kernel-doc issues reported by
> "find include -name \*pci\* | xargs scripts/kernel-doc -none":
>
> include/linux/pci.h:731: warning: Function parameter or member 'pdev' not described in 'pci_is_vga'
> include/linux/pci-epc.h:154: warning: Function parameter or member 'list_lock' not described in 'pci_epc'
> include/linux/pci-epf.h:83: warning: expecting prototype for struct pci_epf_event_ops. Prototype was for struct pci_epc_event_ops instead
>
> Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>

Applied with Randy's Acked-by and Tested-by for v6.8. Thanks for the
other replies; I would certainly add them but for the fact that I've
already tagged what I intend to ask Linus to pull for v6.8.

Bjorn