Commit a319b7f0 authored by Jilin Yuan's avatar Jilin Yuan Committed by Kalle Valo

wifi: rt2x00: fix repeated words in comments

Delete the redundant words 'is' and 'with'.
Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: default avatarKalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220710041442.16177-1-yuanjilin@cdjrlc.com
parent fb01be6d
...@@ -232,7 +232,7 @@ struct link_qual { ...@@ -232,7 +232,7 @@ struct link_qual {
* VGC levels * VGC levels
* Hardware driver will tune the VGC level during each call * Hardware driver will tune the VGC level during each call
* to the link_tuner() callback function. This vgc_level is * to the link_tuner() callback function. This vgc_level is
* is determined based on the link quality statistics like * determined based on the link quality statistics like
* average RSSI and the false CCA count. * average RSSI and the false CCA count.
* *
* In some cases the drivers need to differentiate between * In some cases the drivers need to differentiate between
......
...@@ -325,7 +325,7 @@ int rt2x00mac_config(struct ieee80211_hw *hw, u32 changed) ...@@ -325,7 +325,7 @@ int rt2x00mac_config(struct ieee80211_hw *hw, u32 changed)
*/ */
rt2x00queue_stop_queue(rt2x00dev->rx); rt2x00queue_stop_queue(rt2x00dev->rx);
/* Do not race with with link tuner. */ /* Do not race with link tuner. */
mutex_lock(&rt2x00dev->conf_mutex); mutex_lock(&rt2x00dev->conf_mutex);
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment