diff mbox series

[3/3] eth: bnxt: Correct the typo 'accelaration'

Message ID A0A7181245E14BD0+1c43b164-20b1-49ab-81db-40bdc8c91641@uniontech.com (mailing list archive)
State Not Applicable
Headers show
Series None | expand

Commit Message

WangYuli Sept. 22, 2024, 11:28 a.m. UTC
From d4e320476d24e94411c205097e3bd04166593038 Mon Sep 17 00:00:00 2001
From: WangYuli <wangyuli@uniontech.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@uniontech.com>
---
  drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

         vlan_features = features & BNXT_HW_FEATURE_VLAN_ALL_RX;
diff mbox series

Patch

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.
          */