[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220629075516.28896-1-jiaming@nfschina.com>
Date: Wed, 29 Jun 2022 15:55:16 +0800
From: Zhang Jiaming <jiaming@...china.com>
To: rajur@...lsio.com, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
liqiong@...china.com, renyu@...china.com,
Zhang Jiaming <jiaming@...china.com>
Subject: [PATCH] cxgb4: clip_tbl: Fix spelling mistake
Change 'wont' to 'won't'.
Signed-off-by: Zhang Jiaming <jiaming@...china.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
Powered by blists - more mailing lists