LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] cxgb4: clip_tbl: Fix spelling mistake "wont" -> "won't"
@ 2024-09-23 12:26 Colin Ian King
  2024-09-23 16:36 ` Simon Horman
  2024-09-27 11:50 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2024-09-23 12:26 UTC (permalink / raw)
  To: Potnuri Bharat Teja, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, netdev
  Cc: kernel-janitors, linux-kernel

There are spelling mistakes in dev_err and dev_info messages. Fix them.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c b/drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c
index 163efab27e9b..5060d3998889 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c
+++ b/drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c
@@ -120,7 +120,7 @@ int cxgb4_clip_get(const struct net_device *dev, const u32 *lip, u8 v6)
 				write_unlock_bh(&ctbl->lock);
 				dev_err(adap->pdev_dev,
 					"CLIP FW cmd failed with error %d, "
-					"Connections using %pI6c wont be "
+					"Connections using %pI6c won't be "
 					"offloaded",
 					ret, ce->addr6.sin6_addr.s6_addr);
 				return ret;
@@ -133,7 +133,7 @@ int cxgb4_clip_get(const struct net_device *dev, const u32 *lip, u8 v6)
 	} else {
 		write_unlock_bh(&ctbl->lock);
 		dev_info(adap->pdev_dev, "CLIP table overflow, "
-			 "Connections using %pI6c wont be offloaded",
+			 "Connections using %pI6c won't be offloaded",
 			 (void *)lip);
 		return -ENOMEM;
 	}
-- 
2.39.2


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

* Re: [PATCH][next] cxgb4: clip_tbl: Fix spelling mistake "wont" -> "won't"
  2024-09-23 12:26 [PATCH][next] cxgb4: clip_tbl: Fix spelling mistake "wont" -> "won't" Colin Ian King
@ 2024-09-23 16:36 ` Simon Horman
  2024-09-27 11:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2024-09-23 16:36 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Potnuri Bharat Teja, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, netdev, kernel-janitors,
	linux-kernel

On Mon, Sep 23, 2024 at 01:26:00PM +0100, Colin Ian King wrote:
> There are spelling mistakes in dev_err and dev_info messages. Fix them.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Thanks Colin,

codespell also flags that 'actul' is misspelt in this file.
But it is in a non-kernel doc comment, and thus is not user-visible.
So, while that  would be nice to fix too, I think it it can be handled
separately (I add it to my todo list).

Reviewed-by: Simon Horman <horms@kernel.org>

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

* Re: [PATCH][next] cxgb4: clip_tbl: Fix spelling mistake "wont" -> "won't"
  2024-09-23 12:26 [PATCH][next] cxgb4: clip_tbl: Fix spelling mistake "wont" -> "won't" Colin Ian King
  2024-09-23 16:36 ` Simon Horman
@ 2024-09-27 11:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-09-27 11:50 UTC (permalink / raw)
  To: Colin King
  Cc: bharat, davem, edumazet, kuba, pabeni, netdev, kernel-janitors,
	linux-kernel

Hello:

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

On Mon, 23 Sep 2024 13:26:00 +0100 you wrote:
> There are spelling mistakes in dev_err and dev_info messages. Fix them.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Here is the summary with links:
  - [next] cxgb4: clip_tbl: Fix spelling mistake "wont" -> "won't"
    https://git.kernel.org/netdev/net-next/c/c824deb1a897

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:[~2024-09-27 11:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-23 12:26 [PATCH][next] cxgb4: clip_tbl: Fix spelling mistake "wont" -> "won't" Colin Ian King
2024-09-23 16:36 ` Simon Horman
2024-09-27 11:50 ` 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 read-only IMAP folder(s) and NNTP newsgroup(s).