mt76: mt7915: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
381d9de774
commit
51f9325c7b
|
@ -581,7 +581,7 @@ static void mt7915_wfsys_reset(struct mt7915_dev *dev)
|
|||
val &= ~MT_TOP_PWR_SW_RST;
|
||||
mt76_wr(dev, MT_TOP_PWR_CTRL, val);
|
||||
|
||||
/* release wfsys then mcu re-excutes romcode */
|
||||
/* release wfsys then mcu re-executes romcode */
|
||||
val |= MT_TOP_PWR_SW_RST;
|
||||
mt76_wr(dev, MT_TOP_PWR_CTRL, val);
|
||||
|
||||
|
|
Loading…
Reference in New Issue