Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

WangYuli and committed by
Andrew Lunn
9e2ffec5 c4e64095

+5 -5
+3 -3
drivers/net/ethernet/broadcom/bnxt/bnxt.c
··· 12881 12881 if (features & NETIF_F_GRO_HW) 12882 12882 features &= ~NETIF_F_LRO; 12883 12883 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 12885 12885 * turned on or off together. 12886 12886 */ 12887 12887 vlan_features = features & BNXT_HW_FEATURE_VLAN_ALL_RX; ··· 16131 16131 * @pdev: Pointer to PCI device 16132 16132 * 16133 16133 * 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, 16135 16135 * followed by fixups by BIOS, and has its config space 16136 16136 * set up identically to what it was at cold boot. 16137 16137 */ ··· 16159 16159 pci_set_master(pdev); 16160 16160 /* Upon fatal error, our device internal logic that latches to 16161 16161 * BAR value is getting reset and will restore only upon 16162 - * rewritting the BARs. 16162 + * rewriting the BARs. 16163 16163 * 16164 16164 * As pci_restore_state() does not re-write the BARs if the 16165 16165 * value is same as saved value earlier, driver needs to
+1 -1
drivers/net/ethernet/broadcom/tg3.c
··· 18275 18275 * @pdev: Pointer to PCI device 18276 18276 * 18277 18277 * 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, 18279 18279 * followed by fixups by BIOS, and has its config space 18280 18280 * set up identically to what it was at cold boot. 18281 18281 */
+1 -1
drivers/net/ethernet/neterion/s2io.c
··· 8523 8523 * @pdev: Pointer to PCI device 8524 8524 * 8525 8525 * 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, 8527 8527 * followed by fixups by BIOS, and has its config space 8528 8528 * set up identically to what it was at cold boot. 8529 8529 */