Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / brcm80211 / brcmsmac / wlc_ampdu.c
index c6cdcd9409568b6360ba073adaa084e3056bb52d..f00865957881a51ec783cba4b51d5cc27ee1791c 100644 (file)
@@ -89,7 +89,7 @@ u32 wl_ampdu_dbg =
 /* structure to hold tx fifo information and pre-loading state
  * counters specific to tx underflows of ampdus
  * some counters might be redundant with the ones in wlc or ampdu structures.
- * This allows to maintain a specific state independantly of
+ * This allows to maintain a specific state independently of
  * how often and/or when the wlc counters are updated.
  */
 typedef struct wlc_fifo_info {
@@ -265,7 +265,7 @@ static void scb_ampdu_update_config(struct ampdu_info *ampdu, struct scb *scb)
 
        scb_ampdu->max_pdu = (u8) ampdu->wlc->pub->tunables->ampdunummpdu;
 
-       /* go back to legacy size if some preloading is occuring */
+       /* go back to legacy size if some preloading is occurring */
        for (i = 0; i < NUM_FFPLD_FIFO; i++) {
                if (ampdu->fifo_tb[i].ampdu_pld_size > FFPLD_PLD_INCR)
                        scb_ampdu->max_pdu = AMPDU_NUM_MPDU_LEGACY;
@@ -406,7 +406,7 @@ static int wlc_ffpld_check_txfunfl(struct wlc_info *wlc, int fid)
                /*
                   compute a new dma xfer rate for max_mpdu @ max mcs.
                   This is the minimum dma rate that
-                  can acheive no unferflow condition for the current mpdu size.
+                  can achieve no unferflow condition for the current mpdu size.
                 */
                /* note : we divide/multiply by 100 to avoid integer overflows */
                fifo->dmaxferrate =