On Mon, Nov 11, 2013 at 01:18:48AM -0200, Marco Lavagnino wrote: > Fixes various warnings from empty spaces in the file 'rtw_cmd.c'. > > I hope I got it right now. > > Signed-off-by: Marco S Lavagnino <marco.lavagnino@xxxxxxxxx> > > diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c > b/drivers/staging/rtl8188eu/core/rtw_cmd.c > index f45f4ed..850dcbf 100644 > --- a/drivers/staging/rtl8188eu/core/rtw_cmd.c > +++ b/drivers/staging/rtl8188eu/core/rtw_cmd.c > @@ -32,7 +32,7 @@ Caller and the rtw_cmd_thread can protect cmd_q by spin_lock. > No irqsave is necessary. > */ > > -int _rtw_init_cmd_priv (struct cmd_priv *pcmdpriv) > +int _rtw_init_cmd_priv(struct cmd_priv *pcmdpriv) > { > int res = _SUCCESS; Whitespace is all corrupted, you can't send patches directly from gmail, you have to use it as a SMTP server, not through the web interface, sorry. greg k-h -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html