From: Luca Ceresoli Date: Tue, 19 May 2015 09:35:22 +0000 (+0200) Subject: staging: rtl8188eu: cosmetic: remove useless spaces X-Git-Tag: v4.2-rc1~88^2~448 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=79ef68c83b40bb5ec212888806bc909cc62d596e;p=karo-tx-linux.git staging: rtl8188eu: cosmetic: remove useless spaces Even though these are not reported by checkpatch, they are coding style issues. Signed-off-by: Luca Ceresoli Cc: Greg Kroah-Hartman Cc: Larry Finger Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/os_dep/os_intfs.c b/drivers/staging/rtl8188eu/os_dep/os_intfs.c index 78b5ad0528f0..9e80e97ea172 100644 --- a/drivers/staging/rtl8188eu/os_dep/os_intfs.c +++ b/drivers/staging/rtl8188eu/os_dep/os_intfs.c @@ -531,11 +531,10 @@ void rtw_proc_remove_one(struct net_device *dev) } #endif -static uint loadparam(struct adapter *padapter, struct net_device *pnetdev) +static uint loadparam(struct adapter *padapter, struct net_device *pnetdev) { struct registry_priv *registry_par = &padapter->registrypriv; - GlobalDebugLevel = rtw_debug; registry_par->chip_version = (u8)rtw_chip_version; registry_par->rfintfs = (u8)rtw_rfintfs;