Staging: rtl8188eu: core: Add spaces around '+'

Improve the coding style by adding spaces around
arithmetic operation.

Issue reported by checkpatch.pl script.

Signed-off-by: Georgiana Chelu <georgiana.chelu93@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Georgiana Chelu 2017-09-25 05:34:06 -07:00 committed by Greg Kroah-Hartman
parent 2742a7ddda
commit 154acdb804

View file

@ -274,7 +274,7 @@ static int recvframe_chkmic(struct adapter *adapter,
if (miccode[i] != *(pframemic+i)) {
RT_TRACE(_module_rtl871x_recv_c_, _drv_err_,
("%s: miccode[%d](%02x)!=*(pframemic+%d)(%02x) ",
__func__, i, miccode[i], i, *(pframemic+i)));
__func__, i, miccode[i], i, *(pframemic + i)));
bmic_err = true;
}
}