File tree 2 files changed +4
-4
lines changed
drivers/net/ethernet/mediatek 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1178,7 +1178,7 @@ struct mtk_reg_map {
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,7 +1278,7 @@ struct mtk_soc_data {
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 {
Original file line number Diff line number Diff line change @@ -2000,7 +2000,7 @@ mtk_wed_configure_irq(struct mtk_wed_device *dev, u32 irq_mask)
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,7 +2011,7 @@ mtk_wed_configure_irq(struct mtk_wed_device *dev, u32 irq_mask)
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 |
You can’t perform that action at this time.
0 commit comments