]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: rtl8723bs: Fix indenting warning in os_dep/os_intfs.c
authorLarry Finger <Larry.Finger@lwfinger.net>
Sat, 8 Apr 2017 16:07:27 +0000 (11:07 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Apr 2017 07:26:27 +0000 (09:26 +0200)
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>
drivers/staging/rtl8723bs/os_dep/os_intfs.c

index 2ed3067b4af02449916bf6860e0f9ae75f1ae847..843be2cc6c1035472b7021b85cb21aed77a5e5e8 100644 (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; */