staging: rtl8723bs: Fix spacing around '<'
authorJustin Vreeland <justin@jvreeland.com>
Tue, 2 May 2017 00:52:53 +0000 (18:52 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 May 2017 05:41:57 +0000 (07:41 +0200)
Ensure checkpatch compliance

Signed-off-by: Justin Vreeland <justin@jvreeland.com>
Reviewed-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c

index 7978a98..d654b34 100644 (file)
@@ -230,7 +230,7 @@ static s32 xmit_xmitframes(struct adapter *padapter, struct xmit_priv *pxmitpriv
        pxmitbuf = NULL;
 
        if (padapter->registrypriv.wifi_spec == 1) {
-               for (idx = 0; idx<4; idx++)
+               for (idx = 0; idx < 4; idx++)
                        inx[idx] = pxmitpriv->wmm_para_seq[idx];
        } else {
                inx[0] = 0;