diff options
| author | Niklas Cassel <[email protected]> | 2025-05-06 09:51:39 +0000 |
|---|---|---|
| committer | Krzysztof Wilczyński <[email protected]> | 2025-05-20 15:13:35 +0000 |
| commit | 1d79596e86613727006161439f3781e74bdb9fac (patch) | |
| tree | e6c573636af77019d1bd3786d26ad87292e15b8d /drivers/pci/controller/dwc/pcie-designware-ep.c | |
| parent | PCI: dwc: ep: Use FIELD_GET() where applicable (diff) | |
| download | kernel-1d79596e86613727006161439f3781e74bdb9fac.tar.gz kernel-1d79596e86613727006161439f3781e74bdb9fac.zip | |
PCI: dwc: ep: Fix errno typo
Fix errno typo in kernel-doc comments.
Fixes: 7cbebc86c72a ("PCI: dwc: ep: Add Kernel-doc comments for APIs")
Signed-off-by: Niklas Cassel <[email protected]>
Signed-off-by: Krzysztof Wilczyński <[email protected]>
Reviewed-by: Frank Li <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/pci/controller/dwc/pcie-designware-ep.c')
| -rw-r--r-- | drivers/pci/controller/dwc/pcie-designware-ep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/controller/dwc/pcie-designware-ep.c b/drivers/pci/controller/dwc/pcie-designware-ep.c index f3daf46b5e63..845862f1a1cb 100644 --- a/drivers/pci/controller/dwc/pcie-designware-ep.c +++ b/drivers/pci/controller/dwc/pcie-designware-ep.c @@ -671,7 +671,7 @@ static const struct pci_epc_ops epc_ops = { * @ep: DWC EP device * @func_no: Function number of the endpoint * - * Return: 0 if success, errono otherwise. + * Return: 0 if success, errno otherwise. */ int dw_pcie_ep_raise_intx_irq(struct dw_pcie_ep *ep, u8 func_no) { @@ -690,7 +690,7 @@ EXPORT_SYMBOL_GPL(dw_pcie_ep_raise_intx_irq); * @func_no: Function number of the endpoint * @interrupt_num: Interrupt number to be raised * - * Return: 0 if success, errono otherwise. + * Return: 0 if success, errno otherwise. */ int dw_pcie_ep_raise_msi_irq(struct dw_pcie_ep *ep, u8 func_no, u8 interrupt_num) |
