File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
drivers/pci/controller/dwc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -671,7 +671,7 @@ static const struct pci_epc_ops epc_ops = {
671
671
* @ep: DWC EP device
672
672
* @func_no: Function number of the endpoint
673
673
*
674
- * Return: 0 if success, errono otherwise.
674
+ * Return: 0 if success, errno otherwise.
675
675
*/
676
676
int dw_pcie_ep_raise_intx_irq (struct dw_pcie_ep * ep , u8 func_no )
677
677
{
@@ -690,7 +690,7 @@ EXPORT_SYMBOL_GPL(dw_pcie_ep_raise_intx_irq);
690
690
* @func_no: Function number of the endpoint
691
691
* @interrupt_num: Interrupt number to be raised
692
692
*
693
- * Return: 0 if success, errono otherwise.
693
+ * Return: 0 if success, errno otherwise.
694
694
*/
695
695
int dw_pcie_ep_raise_msi_irq (struct dw_pcie_ep * ep , u8 func_no ,
696
696
u8 interrupt_num )
You can’t perform that action at this time.
0 commit comments