Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162714AbdD1AUD (ORCPT ); Thu, 27 Apr 2017 20:20:03 -0400 Received: from [45.55.227.122] ([45.55.227.122]:36778 "EHLO mail.jvreeland.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1755694AbdD1ATc (ORCPT ); Thu, 27 Apr 2017 20:19:32 -0400 From: Justin Vreeland To: gregkh@linuxfoundation.org, hadess@hadess.net, Larry.Finger@lwfinger.net Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Justin Vreeland Subject: [PATCH 6/7] staging: rtl8723bs: Fix spacing around '<' Date: Thu, 27 Apr 2017 18:09:59 -0600 Message-Id: <20170428001000.7241-7-justin@jvreeland.com> X-Mailer: git-send-email 2.12.2 In-Reply-To: <20170428001000.7241-1-justin@jvreeland.com> References: <20170428001000.7241-1-justin@jvreeland.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 731 Lines: 20 Signed-off-by: Justin Vreeland --- drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c b/drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c index 991e3adcc42c..cc6eb32c5f71 100644 --- a/drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c +++ b/drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c @@ -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; -- 2.12.2