[PATCH v12 2/8] PCI: dwc: ep: Add Kernel-doc comments for APIs
Bjorn Helgaas
helgaas at kernel.org
Sat Apr 13 05:58:36 AEST 2024
On Wed, Mar 27, 2024 at 02:43:31PM +0530, Manivannan Sadhasivam wrote:
> All of the APIs are missing the Kernel-doc comments. Hence, add them.
> + * dw_pcie_ep_reset_bar - Reset endpoint BAR
Apparently this resets @bar for every function of the device, so it's
not just a single BAR?
> + * dw_pcie_ep_raise_intx_irq - Raise INTx IRQ to the host
> + * @ep: DWC EP device
> + * @func_no: Function number of the endpoint
> + *
> + * Return: 0 if success, errono otherwise.
s/errono/errno/ (another instance below)
Bjorn
More information about the Linuxppc-dev
mailing list