[PATCH v9 1/3] PCI: portdrv: Add pcie_port_service_get_irq() function

Krzysztof Wilczyński kw at linux.com
Sun Mar 7 23:43:58 GMT 2021


Hi,

[...]
> +/*
> + * pcie_port_service_get_irq - get irq of the service
> + * @dev: PCI Express port the service is associated with
> + * @service: For the service to find
> + *
> + * Get irq number associated with given service on a pci_dev
> + */
> +int pcie_port_service_get_irq(struct pci_dev *dev, u32 service)
[...]

A small nitpick.  It would be "IRQ" rather than "irq" in the above
kernel-doc.  Also, missing periods at the end of sentence.

Krzysztof



More information about the linux-arm-kernel mailing list