提交 46e17f83 编写于 作者: J Justin Vreeland 提交者: Greg Kroah-Hartman

staging: rtl8723bs: Fix spacing around '<'

Ensure checkpatch compliance
Signed-off-by: NJustin Vreeland <justin@jvreeland.com>
Reviewed-by: NBastien Nocera <hadess@hadess.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 69d59beb
...@@ -230,7 +230,7 @@ static s32 xmit_xmitframes(struct adapter *padapter, struct xmit_priv *pxmitpriv ...@@ -230,7 +230,7 @@ static s32 xmit_xmitframes(struct adapter *padapter, struct xmit_priv *pxmitpriv
pxmitbuf = NULL; pxmitbuf = NULL;
if (padapter->registrypriv.wifi_spec == 1) { 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]; inx[idx] = pxmitpriv->wmm_para_seq[idx];
} else { } else {
inx[0] = 0; inx[0] = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册