projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
440dacd
)
Staging: rtl8188eu: Fix warning of space prohibited before semicolon.
author
Elena Oat
<
[email protected]
>
Thu, 6 Mar 2014 07:37:25 +0000
(09:37 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 7 Mar 2014 22:47:03 +0000
(14:47 -0800)
This patch fixes the warning of "space prohibited before semicolon" in file rtw_cmd.c.
Signed-off-by: Elena Oat <
[email protected]
>
Acked-by: Paul E. McKenney <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/rtl8188eu/core/rtw_cmd.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8188eu/core/rtw_cmd.c
b/drivers/staging/rtl8188eu/core/rtw_cmd.c
index 3782e5e870959adac793fb5f2b7466051aae8118..b99ebaf085a3c4069d1143308914c46bcabba7e2 100644
(file)
--- a/
drivers/staging/rtl8188eu/core/rtw_cmd.c
+++ b/
drivers/staging/rtl8188eu/core/rtw_cmd.c
@@
-2148,7
+2148,7
@@
void rtw_createbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd)
psta = rtw_alloc_stainfo(&padapter->stapriv, pnetwork->MacAddress);
if (psta == NULL) {
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;
}
}