mirror of https://gitee.com/openkylin/linux.git
staging: rtl8723bs: Remove unnecessary spaces at the start of line
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>
This commit is contained in:
parent
31f0578c51
commit
ce5a98af78
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue