Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH] PCI: dwc: ep: Fix errno typo
@ 2025-05-06  9:51 Niklas Cassel
  2025-05-19 20:47 ` Frank Li
  0 siblings, 1 reply; 3+ messages in thread
From: Niklas Cassel @ 2025-05-06  9:51 UTC (permalink / raw)
  To: Jingoo Han, Manivannan Sadhasivam, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Rob Herring, Bjorn Helgaas,
	Niklas Cassel, Frank Li
  Cc: Krzysztof Wilczyński, linux-pci

Fix errno typo in kernel-doc comments.

Fixes: 7cbebc86c72a ("PCI: dwc: ep: Add Kernel-doc comments for APIs")
Signed-off-by: Niklas Cassel <cassel@kernel.org>
---
 drivers/pci/controller/dwc/pcie-designware-ep.c | 4 ++--
 1 file 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 1a0bf9341542..d12fa7c74bb1 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)
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] PCI: dwc: ep: Fix errno typo
  2025-05-06  9:51 [PATCH] PCI: dwc: ep: Fix errno typo Niklas Cassel
@ 2025-05-19 20:47 ` Frank Li
  2025-05-20 15:15   ` Krzysztof Wilczyński
  0 siblings, 1 reply; 3+ messages in thread
From: Frank Li @ 2025-05-19 20:47 UTC (permalink / raw)
  To: Niklas Cassel
  Cc: Jingoo Han, Manivannan Sadhasivam, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Rob Herring, Bjorn Helgaas,
	Krzysztof Wilczyński, linux-pci

On Tue, May 06, 2025 at 11:51:39AM +0200, Niklas Cassel wrote:
> Fix errno typo in kernel-doc comments.
>
> Fixes: 7cbebc86c72a ("PCI: dwc: ep: Add Kernel-doc comments for APIs")
> Signed-off-by: Niklas Cassel <cassel@kernel.org>
> ---

Reviewed-by: Frank Li <Frank.Li@nxp.com>

>  drivers/pci/controller/dwc/pcie-designware-ep.c | 4 ++--
>  1 file 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 1a0bf9341542..d12fa7c74bb1 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)
> --
> 2.49.0
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] PCI: dwc: ep: Fix errno typo
  2025-05-19 20:47 ` Frank Li
@ 2025-05-20 15:15   ` Krzysztof Wilczyński
  0 siblings, 0 replies; 3+ messages in thread
From: Krzysztof Wilczyński @ 2025-05-20 15:15 UTC (permalink / raw)
  To: Frank Li
  Cc: Niklas Cassel, Jingoo Han, Manivannan Sadhasivam,
	Lorenzo Pieralisi, Rob Herring, Bjorn Helgaas, linux-pci

Hello,

[...]
> Reviewed-by: Frank Li <Frank.Li@nxp.com>

Branch updated.  Thank you!

	Krzysztof

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-05-20 15:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-06  9:51 [PATCH] PCI: dwc: ep: Fix errno typo Niklas Cassel
2025-05-19 20:47 ` Frank Li
2025-05-20 15:15   ` Krzysztof Wilczyński

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox