indentation fixes

This commit is contained in:
devang 2017-09-16 09:25:16 -07:00
parent 8de9cbf66a
commit 29774b72fb
4 changed files with 10 additions and 11 deletions

View File

@ -5617,7 +5617,7 @@ unsigned int on_action_public_p2p(union recv_frame *precv_frame)
// Commented by Kurt 20120113 // Commented by Kurt 20120113
// Get peer_dev_addr here if peer doesn't issue prov_disc frame. // Get peer_dev_addr here if peer doesn't issue prov_disc frame.
if( _rtw_memcmp(pwdinfo->rx_prov_disc_info.peerDevAddr, empty_addr, ETH_ALEN) ); if( _rtw_memcmp(pwdinfo->rx_prov_disc_info.peerDevAddr, empty_addr, ETH_ALEN) )
_rtw_memcpy(pwdinfo->rx_prov_disc_info.peerDevAddr, GetAddr2Ptr(pframe), ETH_ALEN); _rtw_memcpy(pwdinfo->rx_prov_disc_info.peerDevAddr, GetAddr2Ptr(pframe), ETH_ALEN);
result = process_p2p_group_negotation_req( pwdinfo, frame_body, len ); result = process_p2p_group_negotation_req( pwdinfo, frame_body, len );

View File

@ -1458,8 +1458,8 @@ _func_enter_;
for (j = 0; j < 8; j++) for (j = 0; j < 8; j++)
pframe[payload_index+j] = mic[j]; //message[payload_index+j] = mic[j]; pframe[payload_index+j] = mic[j]; //message[payload_index+j] = mic[j];
payload_index = hdrlen + 8; payload_index = hdrlen + 8;
for (i=0; i< num_blocks; i++) for (i=0; i< num_blocks; i++)
{ {
construct_ctr_preload( construct_ctr_preload(
ctr_preload, ctr_preload,
@ -1837,8 +1837,8 @@ _func_enter_;
for (j = 0; j < 8; j++) for (j = 0; j < 8; j++)
message[payload_index+j] = mic[j]; message[payload_index+j] = mic[j];
payload_index = hdrlen + 8; payload_index = hdrlen + 8;
for (i=0; i< num_blocks; i++) for (i=0; i< num_blocks; i++)
{ {
construct_ctr_preload( construct_ctr_preload(
ctr_preload, ctr_preload,

View File

@ -1404,7 +1404,7 @@ void _IQK_Tx_8812A(
if (TX1IQKOK == FALSE) if (TX1IQKOK == FALSE)
break; // TXK fail, Don't do RXK break; // TXK fail, Don't do RXK
if (VDF_enable == 1){ if (VDF_enable == 1){
ODM_SetBBReg(pDM_Odm, 0xee8, BIT(31), 0x0); // TX VDF Disable ODM_SetBBReg(pDM_Odm, 0xee8, BIT(31), 0x0); // TX VDF Disable
ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RXVDF Start\n")); ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RXVDF Start\n"));

View File

@ -10028,13 +10028,12 @@ static int rtw_mp_read_reg(struct net_device *dev,
{ {
if( i%2==0 ) if( i%2==0 )
{ {
tmp[j]=' '; tmp[j]=' ';
j++; j++;
} }
if ( data[i] != '\0' ) if ( data[i] != '\0' )
tmp[j] = data[i]; tmp[j] = data[i];
j++;
j++;
} }
pch = tmp; pch = tmp;
DBG_871X("pch=%s",pch); DBG_871X("pch=%s",pch);