No spaces at the start of a line

Signed-off-by: Harsha Sharma <harshasharmai...@gmail.com>
---
 drivers/staging/rtl8723bs/os_dep/os_intfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/os_dep/os_intfs.c 
b/drivers/staging/rtl8723bs/os_dep/os_intfs.c
index 5ceccd7..97ff3ab 100644
--- a/drivers/staging/rtl8723bs/os_dep/os_intfs.c
+++ b/drivers/staging/rtl8723bs/os_dep/os_intfs.c
@@ -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 */
-- 
1.9.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to