Skip to content

Commit 1d79596

Browse files
floatiouskwilczynski
authored andcommitted
PCI: dwc: ep: Fix errno typo
Fix errno typo in kernel-doc comments. Fixes: 7cbebc8 ("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]
1 parent 2612378 commit 1d79596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/pci/controller/dwc/pcie-designware-ep.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ static const struct pci_epc_ops epc_ops = {
671671
* @ep: DWC EP device
672672
* @func_no: Function number of the endpoint
673673
*
674-
* Return: 0 if success, errono otherwise.
674+
* Return: 0 if success, errno otherwise.
675675
*/
676676
int dw_pcie_ep_raise_intx_irq(struct dw_pcie_ep *ep, u8 func_no)
677677
{
@@ -690,7 +690,7 @@ EXPORT_SYMBOL_GPL(dw_pcie_ep_raise_intx_irq);
690690
* @func_no: Function number of the endpoint
691691
* @interrupt_num: Interrupt number to be raised
692692
*
693-
* Return: 0 if success, errono otherwise.
693+
* Return: 0 if success, errno otherwise.
694694
*/
695695
int dw_pcie_ep_raise_msi_irq(struct dw_pcie_ep *ep, u8 func_no,
696696
u8 interrupt_num)

0 commit comments

Comments
 (0)