From: Elena Oat Date: Thu, 6 Mar 2014 07:37:25 +0000 (+0200) Subject: Staging: rtl8188eu: Fix warning of space prohibited before semicolon. X-Git-Tag: v3.15-rc1~139^2~573 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=719e897cf1f98a77bb48c45cd0b996c2f57afe48;p=karo-tx-linux.git Staging: rtl8188eu: Fix warning of space prohibited before semicolon. This patch fixes the warning of "space prohibited before semicolon" in file rtw_cmd.c. Signed-off-by: Elena Oat Acked-by: Paul E. McKenney Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c b/drivers/staging/rtl8188eu/core/rtw_cmd.c index 3782e5e87095..b99ebaf085a3 100644 --- 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; } }