提交 72544c5f 编写于 作者: L Larry Finger 提交者: Greg Kroah-Hartman

staging: rtl8723bs: Fix indenting warning in os_dep/os_intfs.c

Smatch logs the following warning:

  CHECK   drivers/staging/rtl8723bs/os_dep/os_intfs.c
drivers/staging/rtl8723bs/os_dep/os_intfs.c:1082 ips_netdrv_open() warn: inconsistent indenting

A simple change in the white space handles this warning.
Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 2679a3fb
......@@ -1079,7 +1079,7 @@ static int ips_netdrv_open(struct adapter *padapter)
_set_timer(&padapter->mlmepriv.dynamic_chk_timer, 2000);
return _SUCCESS;
return _SUCCESS;
netdev_open_error:
/* padapter->bup = false; */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册