netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] eth: bnxt: Fix typo "accelaration"
@ 2024-10-17  9:27 WangYuli
  2024-10-17 16:28 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: WangYuli @ 2024-10-17  9:27 UTC (permalink / raw)
  To: michael.chan, davem, edumazet, kuba, pabeni
  Cc: netdev, linux-kernel, WangYuli

There is a spelling mistake of 'accelaration' in comments which
should be 'acceleration'.

Signed-off-by: WangYuli <wangyuli@uniontech.com>
---
 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt.c b/drivers/net/ethernet/broadcom/bnxt/bnxt.c
index f5da2dace982..0093f581088b 100644
--- a/drivers/net/ethernet/broadcom/bnxt/bnxt.c
+++ b/drivers/net/ethernet/broadcom/bnxt/bnxt.c
@@ -12881,7 +12881,7 @@ static netdev_features_t bnxt_fix_features(struct net_device *dev,
 	if (features & NETIF_F_GRO_HW)
 		features &= ~NETIF_F_LRO;
 
-	/* Both CTAG and STAG VLAN accelaration on the RX side have to be
+	/* Both CTAG and STAG VLAN acceleration on the RX side have to be
 	 * turned on or off together.
 	 */
 	vlan_features = features & BNXT_HW_FEATURE_VLAN_ALL_RX;
-- 
2.45.2


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

* Re: [PATCH] eth: bnxt: Fix typo "accelaration"
  2024-10-17  9:27 [PATCH] eth: bnxt: Fix typo "accelaration" WangYuli
@ 2024-10-17 16:28 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2024-10-17 16:28 UTC (permalink / raw)
  To: WangYuli
  Cc: michael.chan, davem, edumazet, kuba, pabeni, netdev, linux-kernel

On Thu, Oct 17, 2024 at 05:27:47PM +0800, WangYuli wrote:
> There is a spelling mistake of 'accelaration' in comments which
> should be 'acceleration'.
> 
> Signed-off-by: WangYuli <wangyuli@uniontech.com>
> ---
>  drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Hi WangYuli.

Sorry if this is a duplicate, I typed this before but it seems to have got lost.

While you are fixing spelling errors in this file please also address
the following, which are flagged by codespell.

 exprienced ==> experienced
 rewritting ==> rewriting

Addressing other problems flagged by codspell in this directory
would also be nice IMHO.

-- 
pw-bot: changes-requested

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

end of thread, other threads:[~2024-10-17 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17  9:27 [PATCH] eth: bnxt: Fix typo "accelaration" WangYuli
2024-10-17 16:28 ` Simon Horman

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).