staging: wfx: correct misspelled words
authorJules Irenge <jbi.octave@gmail.com>
Sat, 19 Oct 2019 14:07:18 +0000 (15:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Oct 2019 18:43:47 +0000 (20:43 +0200)
Correct misspelled words: retrieved and auxiliary.
Issue detected by checkpatch tool.

Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Link: https://lore.kernel.org/r/20191019140719.2542-5-jbi.octave@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/data_tx.c

index 619ab2c..a02692f 100644 (file)
@@ -32,7 +32,7 @@ static int wfx_get_hw_rate(struct wfx_dev *wdev,
                }
                return rate->idx + 14;
        }
-       // WFx only support 2GHz, else band information should be retreived
+       // WFx only support 2GHz, else band information should be retrieved
        // from ieee80211_tx_info
        return wdev->hw->wiphy->bands[NL80211_BAND_2GHZ]->bitrates[rate->idx].hw_value;
 }
@@ -664,7 +664,7 @@ static int wfx_tx_inner(struct wfx_vif *wvif, struct ieee80211_sta *sta,
        req->ht_tx_parameters = wfx_tx_get_tx_parms(wvif->wdev, tx_info);
        req->tx_flags.retry_policy_index = wfx_tx_get_rate_id(wvif, tx_info);
 
-       // Auxilliary operations
+       // Auxiliary operations
        wfx_tx_manage_pm(wvif, hdr, tx_priv, sta);
        wfx_tx_queue_put(wvif->wdev, &wvif->wdev->tx_queue[queue_id], skb);
        wfx_bh_request_tx(wvif->wdev);