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

Configure Feed

Select the types of activity you want to include in your feed.

net: ethernet: mtk_eth_soc: Correct spelling

Correct spelling of platforms, various, and initial.
As flagged by codespell.

Signed-off-by: Simon Horman <horms@kernel.org>
Reviewed-by: Shannon Nelson <shannon.nelson@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Simon Horman and committed by
David S. Miller
d09a8a4a b3456571

+4 -4
+2 -2
drivers/net/ethernet/mediatek/mtk_eth_soc.h
··· 1178 1178 }; 1179 1179 1180 1180 /* struct mtk_eth_data - This is the structure holding all differences 1181 - * among various plaforms 1181 + * among various platforms 1182 1182 * @reg_map Soc register map. 1183 1183 * @ana_rgc3: The offset for register ANA_RGC3 related to 1184 1184 * sgmiisys syscon ··· 1278 1278 * @mii_bus: If there is a bus we need to create an instance for it 1279 1279 * @pending_work: The workqueue used to reset the dma ring 1280 1280 * @state: Initialization and runtime state of the device 1281 - * @soc: Holding specific data among vaious SoCs 1281 + * @soc: Holding specific data among various SoCs 1282 1282 */ 1283 1283 1284 1284 struct mtk_eth {
+2 -2
drivers/net/ethernet/mediatek/mtk_wed.c
··· 2000 2000 if (mtk_wed_is_v3_or_greater(dev->hw)) 2001 2001 wed_set(dev, MTK_WED_CTRL, MTK_WED_CTRL_TX_TKID_ALI_EN); 2002 2002 2003 - /* initail tx interrupt trigger */ 2003 + /* initial tx interrupt trigger */ 2004 2004 wed_w32(dev, MTK_WED_WPDMA_INT_CTRL_TX, 2005 2005 MTK_WED_WPDMA_INT_CTRL_TX0_DONE_EN | 2006 2006 MTK_WED_WPDMA_INT_CTRL_TX0_DONE_CLR | ··· 2011 2011 FIELD_PREP(MTK_WED_WPDMA_INT_CTRL_TX1_DONE_TRIG, 2012 2012 dev->wlan.tx_tbit[1])); 2013 2013 2014 - /* initail txfree interrupt trigger */ 2014 + /* initial txfree interrupt trigger */ 2015 2015 wed_w32(dev, MTK_WED_WPDMA_INT_CTRL_TX_FREE, 2016 2016 MTK_WED_WPDMA_INT_CTRL_TX_FREE_DONE_EN | 2017 2017 MTK_WED_WPDMA_INT_CTRL_TX_FREE_DONE_CLR |