Skip to content

Commit a8f5a2b

Browse files
committed
eth: Fix typo 'accelaration'. 'exprienced' and 'rewritting' (bnxt)
JIRA: https://issues.redhat.com/browse/RHEL-106550 Conflicts: Partial backport. Only the bnxt parts. commit 9e2ffec Author: WangYuli <wangyuli@uniontech.com> Date: Fri Oct 18 10:19:10 2024 +0800 eth: Fix typo 'accelaration'. 'exprienced' and 'rewritting' There are some spelling mistakes of 'accelaration', 'exprienced' and 'rewritting' in comments which should be 'acceleration', 'experienced' and 'rewriting'. Suggested-by: Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/all/20241017162846.GA51712@kernel.org/ Signed-off-by: WangYuli <wangyuli@uniontech.com> Reviewed-by: Donald Hunter <donald.hunter@gmail.com> Reviewed-by: Simon Horman <horms@kernel.org> Message-ID: <90D42CB167CA0842+20241018021910.31359-1-wangyuli@uniontech.com> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
1 parent a0f1def commit a8f5a2b

File tree

1 file changed

+3
-3
lines changed
  • drivers/net/ethernet/broadcom/bnxt

1 file changed

+3
-3
lines changed

drivers/net/ethernet/broadcom/bnxt/bnxt.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13385,7 +13385,7 @@ static netdev_features_t bnxt_fix_features(struct net_device *dev,
1338513385
if (features & NETIF_F_GRO_HW)
1338613386
features &= ~NETIF_F_LRO;
1338713387

13388-
/* Both CTAG and STAG VLAN accelaration on the RX side have to be
13388+
/* Both CTAG and STAG VLAN acceleration on the RX side have to be
1338913389
* turned on or off together.
1339013390
*/
1339113391
vlan_features = features & BNXT_HW_FEATURE_VLAN_ALL_RX;
@@ -16717,7 +16717,7 @@ static pci_ers_result_t bnxt_io_error_detected(struct pci_dev *pdev,
1671716717
* @pdev: Pointer to PCI device
1671816718
*
1671916719
* Restart the card from scratch, as if from a cold-boot.
16720-
* At this point, the card has exprienced a hard reset,
16720+
* At this point, the card has experienced a hard reset,
1672116721
* followed by fixups by BIOS, and has its config space
1672216722
* set up identically to what it was at cold boot.
1672316723
*/
@@ -16745,7 +16745,7 @@ static pci_ers_result_t bnxt_io_slot_reset(struct pci_dev *pdev)
1674516745
pci_set_master(pdev);
1674616746
/* Upon fatal error, our device internal logic that latches to
1674716747
* BAR value is getting reset and will restore only upon
16748-
* rewritting the BARs.
16748+
* rewriting the BARs.
1674916749
*
1675016750
* As pci_restore_state() does not re-write the BARs if the
1675116751
* value is same as saved value earlier, driver needs to

0 commit comments

Comments
 (0)