forked from Minki/linux
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>
This commit is contained in:
parent
2679a3fbef
commit
72544c5f9d
@ -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; */
|
||||
|
Loading…
Reference in New Issue
Block a user