linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: mana: Fix spelling mistake "calledd" -> "called"
@ 2021-11-08 20:18 Colin Ian King
  2021-11-08 20:31 ` Dexuan Cui
  2021-11-10  3:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2021-11-08 20:18 UTC (permalink / raw)
  To: K . Y . Srinivasan, Haiyang Zhang, Stephen Hemminger, Wei Liu,
	Dexuan Cui, David S . Miller, Jakub Kicinski, linux-hyperv,
	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/microsoft/mana/gdma_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/microsoft/mana/gdma_main.c b/drivers/net/ethernet/microsoft/mana/gdma_main.c
index c96ac81212f7..636dfef24a6c 100644
--- a/drivers/net/ethernet/microsoft/mana/gdma_main.c
+++ b/drivers/net/ethernet/microsoft/mana/gdma_main.c
@@ -1424,7 +1424,7 @@ static void mana_gd_shutdown(struct pci_dev *pdev)
 {
 	struct gdma_context *gc = pci_get_drvdata(pdev);
 
-	dev_info(&pdev->dev, "Shutdown was calledd\n");
+	dev_info(&pdev->dev, "Shutdown was called\n");
 
 	mana_remove(&gc->mana, true);
 
-- 
2.32.0


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

* RE: [PATCH] net: mana: Fix spelling mistake "calledd" -> "called"
  2021-11-08 20:18 [PATCH] net: mana: Fix spelling mistake "calledd" -> "called" Colin Ian King
@ 2021-11-08 20:31 ` Dexuan Cui
  2021-11-10  3:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Dexuan Cui @ 2021-11-08 20:31 UTC (permalink / raw)
  To: Colin Ian King, KY Srinivasan, Haiyang Zhang, Stephen Hemminger,
	Wei Liu, David S . Miller, Jakub Kicinski, linux-hyperv, netdev
  Cc: kernel-janitors, linux-kernel

> From: Colin Ian King <colin.i.king@googlemail.com>
> 
> There is a spelling mistake in a dev_info message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

It would be good to add a Fixes tag:
Fixes: 635096a86edb ("net: mana: Support hibernation and kexec")

Reviewed-by: Dexuan Cui <decui@microsoft.com>

(Sorry for my typo in the original patch!)

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

* Re: [PATCH] net: mana: Fix spelling mistake "calledd" -> "called"
  2021-11-08 20:18 [PATCH] net: mana: Fix spelling mistake "calledd" -> "called" Colin Ian King
  2021-11-08 20:31 ` Dexuan Cui
@ 2021-11-10  3:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-11-10  3:20 UTC (permalink / raw)
  To: Colin Ian King
  Cc: kys, haiyangz, sthemmin, wei.liu, decui, davem, kuba,
	linux-hyperv, netdev, kernel-janitors, linux-kernel

Hello:

This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon,  8 Nov 2021 20:18:17 +0000 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/microsoft/mana/gdma_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - net: mana: Fix spelling mistake "calledd" -> "called"
    https://git.kernel.org/netdev/net/c/8f1bc38bbb51

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] 3+ messages in thread

end of thread, other threads:[~2021-11-10  3:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-08 20:18 [PATCH] net: mana: Fix spelling mistake "calledd" -> "called" Colin Ian King
2021-11-08 20:31 ` Dexuan Cui
2021-11-10  3: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).