those characters breaks the html-formatter tool of Cppcheck Signed-off-by: Toralf Förster <toralf.foerster@xxxxxx> --- drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c b/drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c index 5a54bb1..e7fa7f4 100644 --- a/drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c +++ b/drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c @@ -1670,7 +1670,7 @@ halbtc8812a1ant_TdmaDurationAdjustForAcl( if (dn <= 0) dn = 0; - if(up >= n) // if �s� n ����etry count��0, �h�ռeWiFi duration + if(up >= n) // { wait_count = 0; n = 3; @@ -1688,14 +1688,14 @@ halbtc8812a1ant_TdmaDurationAdjustForAcl( if (up <= 0) up = 0; - if (dn == 2) // if �s� 2 ����etry count< 3, �h�կ�WiFi duration + if (dn == 2) // { if (wait_count <= 2) - m++; // ��K�@���b��level���Ӧ^ + m++; // else m = 1; - if ( m >= 20) //m �̤j��= 20 ' �̤j120��echeck�O�_�վ�iFi duration. + if ( m >= 20) // m = 20; n = 3*m; @@ -1706,14 +1706,14 @@ halbtc8812a1ant_TdmaDurationAdjustForAcl( BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); } } - else //retry count > 3, �u�n1�� retry count > 3, �h�կ�WiFi duration + else // { if (wait_count == 1) - m++; // ��K�@���b��level���Ӧ^ + m++; // else m = 1; - if ( m >= 20) //m �̤j��= 20 ' �̤j120��echeck�O�_�վ�iFi duration. + if ( m >= 20) // m = 20; n = 3*m; @@ -3741,7 +3741,7 @@ EXhalbtc8812a1ant_BtInfoNotify( // need to add back when mp-chip. 12/20/2012 #if 0 if(set_bt_psd_mode <= 3) - { + { halbtc8812a1ant_SetBtPsdMode(btcoexist, FORCE_EXEC, 0xd); set_bt_psd_mode++; } -- 2.0.0
_______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel