netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] octeon_ep: Fix spelling mistake "inerrupts" -> "interrupts"
@ 2022-04-14  8:08 Colin Ian King
  2022-04-15 10:20 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-04-14  8:08 UTC (permalink / raw)
  To: Veerasenareddy Burru, Abhijit Ayarekar, David S . Miller,
	Jakub Kicinski, Paolo Abeni, netdev
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a dev_info message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/net/ethernet/marvell/octeon_ep/octep_cn9k_pf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/marvell/octeon_ep/octep_cn9k_pf.c b/drivers/net/ethernet/marvell/octeon_ep/octep_cn9k_pf.c
index 1e47143c596d..6ad88d0fe43f 100644
--- a/drivers/net/ethernet/marvell/octeon_ep/octep_cn9k_pf.c
+++ b/drivers/net/ethernet/marvell/octeon_ep/octep_cn9k_pf.c
@@ -487,7 +487,7 @@ static irqreturn_t octep_non_ioq_intr_handler_cn93_pf(void *dev)
 		goto irq_handled;
 	}
 
-	dev_info(&pdev->dev, "Reserved inerrupts raised; Ignore\n");
+	dev_info(&pdev->dev, "Reserved interrupts raised; Ignore\n");
 irq_handled:
 	return IRQ_HANDLED;
 }
-- 
2.35.1


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

* Re: [PATCH][next] octeon_ep: Fix spelling mistake "inerrupts" -> "interrupts"
  2022-04-14  8:08 [PATCH][next] octeon_ep: Fix spelling mistake "inerrupts" -> "interrupts" Colin Ian King
@ 2022-04-15 10:20 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-04-15 10:20 UTC (permalink / raw)
  To: Colin King
  Cc: vburru, aayarekar, davem, kuba, pabeni, netdev, kernel-janitors,
	linux-kernel

Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Thu, 14 Apr 2022 09:08:34 +0100 you wrote:
> There is a spelling mistake in a dev_info message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/net/ethernet/marvell/octeon_ep/octep_cn9k_pf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [next] octeon_ep: Fix spelling mistake "inerrupts" -> "interrupts"
    https://git.kernel.org/netdev/net-next/c/bb578430d05b

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2022-04-15 10:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14  8:08 [PATCH][next] octeon_ep: Fix spelling mistake "inerrupts" -> "interrupts" Colin Ian King
2022-04-15 10:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).