]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: rtl8723bs: Remove unnecessary spaces at the start of line
authorHarsha Sharma <harshasharmaiitr@gmail.com>
Sun, 10 Sep 2017 17:23:22 +0000 (22:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Sep 2017 14:35:27 +0000 (16:35 +0200)
No spaces at the start of a line

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/os_intfs.c

index f44daf091f2f31f997440ccde137764f53499350..e5d4231b9503520b01e2468376dd6f67127220cb 100644 (file)
@@ -597,7 +597,7 @@ u32 rtw_start_drv_threads(struct adapter *padapter)
                _status = _FAIL;
 
        padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, "RTW_CMD_THREAD");
-        if (IS_ERR(padapter->cmdThread))
+       if (IS_ERR(padapter->cmdThread))
                _status = _FAIL;
        else
                down(&padapter->cmdpriv.terminate_cmdthread_sema); /* wait for cmd_thread to run */