1
0
Fork 0

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: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Larry Finger 2017-04-08 11:07:27 -05:00 committed by Greg Kroah-Hartman
parent 2679a3fbef
commit 72544c5f9d
1 changed files with 1 additions and 1 deletions

View File

@ -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; */