Skip to content

Commit 9e2ffec

Browse files
WangYulilunn
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: WangYuli <[email protected]> Reviewed-by: Donald Hunter <[email protected]> Reviewed-by: Simon Horman <[email protected]> Message-ID: <[email protected]> Signed-off-by: Andrew Lunn <[email protected]>
1 parent c4e6409 commit 9e2ffec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

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

12884-
/* Both CTAG and STAG VLAN accelaration on the RX side have to be
12884+
/* Both CTAG and STAG VLAN acceleration on the RX side have to be
1288512885
* turned on or off together.
1288612886
*/
1288712887
vlan_features = features & BNXT_HW_FEATURE_VLAN_ALL_RX;
@@ -16131,7 +16131,7 @@ static pci_ers_result_t bnxt_io_error_detected(struct pci_dev *pdev,
1613116131
* @pdev: Pointer to PCI device
1613216132
*
1613316133
* Restart the card from scratch, as if from a cold-boot.
16134-
* At this point, the card has exprienced a hard reset,
16134+
* At this point, the card has experienced a hard reset,
1613516135
* followed by fixups by BIOS, and has its config space
1613616136
* set up identically to what it was at cold boot.
1613716137
*/
@@ -16159,7 +16159,7 @@ static pci_ers_result_t bnxt_io_slot_reset(struct pci_dev *pdev)
1615916159
pci_set_master(pdev);
1616016160
/* Upon fatal error, our device internal logic that latches to
1616116161
* BAR value is getting reset and will restore only upon
16162-
* rewritting the BARs.
16162+
* rewriting the BARs.
1616316163
*
1616416164
* As pci_restore_state() does not re-write the BARs if the
1616516165
* value is same as saved value earlier, driver needs to

drivers/net/ethernet/broadcom/tg3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18275,7 +18275,7 @@ static pci_ers_result_t tg3_io_error_detected(struct pci_dev *pdev,
1827518275
* @pdev: Pointer to PCI device
1827618276
*
1827718277
* Restart the card from scratch, as if from a cold-boot.
18278-
* At this point, the card has exprienced a hard reset,
18278+
* At this point, the card has experienced a hard reset,
1827918279
* followed by fixups by BIOS, and has its config space
1828018280
* set up identically to what it was at cold boot.
1828118281
*/

drivers/net/ethernet/neterion/s2io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8523,7 +8523,7 @@ static pci_ers_result_t s2io_io_error_detected(struct pci_dev *pdev,
85238523
* @pdev: Pointer to PCI device
85248524
*
85258525
* Restart the card from scratch, as if from a cold-boot.
8526-
* At this point, the card has exprienced a hard reset,
8526+
* At this point, the card has experienced a hard reset,
85278527
* followed by fixups by BIOS, and has its config space
85288528
* set up identically to what it was at cold boot.
85298529
*/

0 commit comments

Comments
 (0)