rtl8188eu: Remove spaces before quoted newline

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-08-15 13:00:19 -05:00
parent b8f73d9a8f
commit aa89a39a09
35 changed files with 235 additions and 235 deletions

View file

@ -769,8 +769,8 @@ u8 rtw_efuse_map_write(struct adapter *padapter, u16 addr, u16 cnts, u8 *data)
if (word_en != 0xF) {
ret = Efuse_PgPacketWrite(padapter, offset, word_en, newdata, false);
DBG_871X("offset=%x \n",offset);
DBG_871X("word_en=%x \n",word_en);
DBG_871X("offset=%x\n",offset);
DBG_871X("word_en=%x\n",word_en);
for(i=0;i<PGPKT_DATA_SIZE;i++)
{