mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-19 11:33:05 +00:00
Remove space before \n in formats
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
a55f866a62
commit
d25660e511
50 changed files with 529 additions and 529 deletions
|
@ -758,7 +758,7 @@ void read_cam(_adapter *padapter ,u8 entry)
|
|||
for (j = 0; j < 6; j++)
|
||||
{
|
||||
cmd = _ReadCAM(padapter ,addr+j);
|
||||
DBG_8192C("offset:0x%02x => 0x%08x \n",addr+j,cmd);
|
||||
DBG_8192C("offset:0x%02x => 0x%08x\n",addr+j,cmd);
|
||||
}
|
||||
DBG_8192C("*********************************\n");
|
||||
}
|
||||
|
@ -1572,7 +1572,7 @@ int rtw_check_bcn_info(ADAPTER *Adapter, u8 *pframe, u32 packet_len)
|
|||
if (pht_info) {
|
||||
bcn_channel = pht_info->primary_channel;
|
||||
} else { /* we don't find channel IE, so don't check it */
|
||||
DBG_871X("Oops: %s we don't find channel IE, so don't check it \n", __func__);
|
||||
DBG_871X("Oops: %s we don't find channel IE, so don't check it\n", __func__);
|
||||
bcn_channel = Adapter->mlmeextpriv.cur_channel;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue