mirror of https://gitee.com/openkylin/linux.git
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:
parent
2742a7ddda
commit
154acdb804
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue