All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cxgb4: clip_tbl: Fix spelling mistake
@ 2022-06-29  7:55 Zhang Jiaming
  2022-06-30 10:38 ` Paolo Abeni
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang Jiaming @ 2022-06-29  7:55 UTC (permalink / raw)
  To: rajur, davem, edumazet, kuba, pabeni
  Cc: netdev, linux-kernel, liqiong, renyu, Zhang Jiaming

Change 'wont' to 'won't'.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.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.34.1


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

* Re: [PATCH] cxgb4: clip_tbl: Fix spelling mistake
  2022-06-29  7:55 [PATCH] cxgb4: clip_tbl: Fix spelling mistake Zhang Jiaming
@ 2022-06-30 10:38 ` Paolo Abeni
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Abeni @ 2022-06-30 10:38 UTC (permalink / raw)
  To: Zhang Jiaming, rajur, davem, edumazet, kuba
  Cc: netdev, linux-kernel, liqiong, renyu

On Wed, 2022-06-29 at 15:55 +0800, Zhang Jiaming wrote:
> Change 'wont' to 'won't'.
> 
> Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>

Please read the guidance from Jackub on this kind of changes:

https://lore.kernel.org/all/20220623092208.1abbd9dc@kernel.org/

Thanks,

Paolo


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

end of thread, other threads:[~2022-06-30 10:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29  7:55 [PATCH] cxgb4: clip_tbl: Fix spelling mistake Zhang Jiaming
2022-06-30 10:38 ` Paolo Abeni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.