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 <cassel@kernel.org> Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Reviewed-by: Frank Li <Frank.Li@nxp.com> Link: https://lore.kernel.org/r/20250506095138.482485-2-cassel@kernel.org
1 parent 2612378 commit 1d79596

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)