diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-03-14 12:53:34 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2022-03-16 17:40:22 +0100 |
commit | 51f9325c7b43c604cec8885c8e0d0352b811f1a6 (patch) | |
tree | e1e1362c90de9588face9f1ea7d0783da8e56e7c /drivers | |
parent | mt76: mt7915: fix phy cap in mt7915_set_stream_he_txbf_caps() (diff) | |
download | linux-51f9325c7b43c604cec8885c8e0d0352b811f1a6.tar.xz linux-51f9325c7b43c604cec8885c8e0d0352b811f1a6.zip |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/mediatek/mt76/mt7915/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mediatek/mt76/mt7915/init.c b/drivers/net/wireless/mediatek/mt76/mt7915/init.c index 5534df00617d..9a8df1282f8d 100644 --- a/drivers/net/wireless/mediatek/mt76/mt7915/init.c +++ b/drivers/net/wireless/mediatek/mt76/mt7915/init.c @@ -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); |