Staging: rtl8188eu: core: Add spaces around '+'
authorGeorgiana Chelu <georgiana.chelu93@gmail.com>
Mon, 25 Sep 2017 12:34:06 +0000 (05:34 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Sep 2017 13:31:49 +0000 (15:31 +0200)
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>
drivers/staging/rtl8188eu/core/rtw_recv.c

index 3c764b847249053441d4dbe36e3575cdf2a135ab..355a039c54f150deb6b9b15baf99662eaf92bdf5 100644 (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;
                                }
                        }