staging: rtl8821ae: Fix typo in rtl8821ae/btcoexist
authorMasanari Iida <standby24x7@gmail.com>
Tue, 25 Feb 2014 14:54:41 +0000 (23:54 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2014 20:44:26 +0000 (12:44 -0800)
Fix spelling typo in rtl8821ae/btcoexist.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c
drivers/staging/rtl8821ae/btcoexist/habtc8723a1ant.c
drivers/staging/rtl8821ae/btcoexist/halbtc8192e1ant.c
drivers/staging/rtl8821ae/btcoexist/halbtc8192e2ant.c
drivers/staging/rtl8821ae/btcoexist/halbtc8723a2ant.c
drivers/staging/rtl8821ae/btcoexist/halbtc8723b1ant.c
drivers/staging/rtl8821ae/btcoexist/halbtc8723b2ant.c

index b30f17a..5a54bb1 100644 (file)
@@ -1653,7 +1653,7 @@ halbtc8812a1ant_TdmaDurationAdjustForAcl(
        }
        else
        {
-               //accquire the BT TRx retry count from BT_Info byte2
+               //acquire the BT TRx retry count from BT_Info byte2
                retry_count = coex_sta->bt_retry_cnt;
                bt_info_ext = coex_sta->bt_info_ext;
                BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], retry_count = %d\n", retry_count));
index e619923..8e4293a 100644 (file)
@@ -629,7 +629,7 @@ halbtc8723a1ant_TdmaDurationAdjust(
        }
        else
        {
-               //accquire the BT TRx retry count from BT_Info byte2
+               //acquire the BT TRx retry count from BT_Info byte2
                retryCount = pCoexSta->btRetryCnt;
                BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], retryCount = %d\n", retryCount));
                result = 0;
index 973d0ea..1b04530 100644 (file)
@@ -1721,7 +1721,7 @@ halbtc8192e1ant_TdmaDurationAdjustForAcl(
        }
        else
        {
-               //accquire the BT TRx retry count from BT_Info byte2
+               //acquire the BT TRx retry count from BT_Info byte2
                retryCount = pCoexSta->btRetryCnt;
                btInfoExt = pCoexSta->btInfoExt;
                BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], retryCount = %d\n", retryCount));