1
0
Fork 0

staging: rtl8188eu: cosmetic: remove useless spaces

Even though these are not reported by checkpatch, they are coding style issues.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Greg Kroah-Hartman <gregkh@linux.com>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Luca Ceresoli 2015-05-19 11:35:22 +02:00 committed by Greg Kroah-Hartman
parent fd90ae2c1f
commit 79ef68c83b
1 changed files with 1 additions and 2 deletions

View File

@ -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;