[<prev] [next>] [day] [month] [year] [list]
Message-ID: <A0A7181245E14BD0+1c43b164-20b1-49ab-81db-40bdc8c91641@uniontech.com>
Date: Sun, 22 Sep 2024 19:28:48 +0800
From: WangYuli <wangyuli@...ontech.com>
To: WangYuli <wangyuli@...ontech.com>, michael.chan@...adcom.com,
davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
michael.chan@...adcom.com
Subject: [PATCH 3/3] eth: bnxt: Correct the typo 'accelaration'
From d4e320476d24e94411c205097e3bd04166593038 Mon Sep 17 00:00:00 2001
From: WangYuli <wangyuli@...ontech.com>
Date: Sun, 22 Sep 2024 18:50:30 +0800
Subject: [PATCH 3/3] eth: bnxt: Correct the typo 'accelaration'
There is a spelling mistake of 'accelaration' which should be
'acceleration'.
Signed-off-by: WangYuli <wangyuli@...ontech.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 6e422e24750a..cb02b0e68f17 100644
--- a/drivers/net/ethernet/broadcom/bnxt/bnxt.c
+++ b/drivers/net/ethernet/broadcom/bnxt/bnxt.c
@@ -12880,7 +12880,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.43.0
Download attachment "OpenPGP_0xC5DA1F3046F40BEE.asc" of type "application/pgp-keys" (633 bytes)
Download attachment "OpenPGP_signature.asc" of type "application/pgp-signature" (237 bytes)
Powered by blists - more mailing lists