Staging: rtl8723au: Remove white space before semicolon
drivers/staging/rtl8723au/core/rtw_cmd.c warning: space prohibited before semicolon Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ea18c05882
commit
25d5546c3b
1 changed files with 1 additions and 1 deletions
|
@ -1368,7 +1368,7 @@ void rtw_createbss_cmd23a_callback(struct rtw_adapter *padapter,
|
|||
RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_,
|
||||
("\nCan't alloc sta_info when "
|
||||
"createbss_cmd_callback\n"));
|
||||
goto createbss_cmd_fail ;
|
||||
goto createbss_cmd_fail;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue