Re: [PATCH] staging: rtl8188eu: Fix coding style errors

2016-10-17 Thread Carlos Maiolino
Yes, thanks for the heads up. I'll try to avoid such mistakes in the next patches On Mon, Oct 17, 2016 at 6:29 PM, Greg KH wrote: > On Mon, Oct 17, 2016 at 06:17:21PM +0200, Carlos Maiolino wrote: >> >> --- >> >> drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 28 >> >> +

Re: [PATCH] staging: rtl8188eu: Fix coding style errors

2016-10-17 Thread Greg KH
On Mon, Oct 17, 2016 at 06:17:21PM +0200, Carlos Maiolino wrote: > >> --- > >> drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 28 > >> +-- > >> 1 file changed, 14 insertions(+), 14 deletions(-) > > > > Any reason you didn't use scripts/get_maintainer.pl to cc: the relevan

Re: [PATCH] staging: rtl8188eu: Fix coding style errors

2016-10-17 Thread Carlos Maiolino
>> --- >> drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 28 >> +-- >> 1 file changed, 14 insertions(+), 14 deletions(-) > > Any reason you didn't use scripts/get_maintainer.pl to cc: the relevant > maintainers and developers of this code? > > thanks, > > greg k-h Not at

Re: [PATCH] staging: rtl8188eu: Fix coding style errors

2016-10-17 Thread Greg KH
On Mon, Oct 17, 2016 at 05:39:22PM +0200, Carlos Maiolino wrote: > Fix coding style errors reported by checkpatch.pl, specifically: > > ERROR: space prohibited before that ',' (ctx:WxW) > > This patch get rid of all "ERROR" messages from checkpatch.pl for this file > > Signed-off-by: Carlos Maio

[PATCH] staging: rtl8188eu: Fix coding style errors

2016-10-17 Thread Carlos Maiolino
Fix coding style errors reported by checkpatch.pl, specifically: ERROR: space prohibited before that ',' (ctx:WxW) This patch get rid of all "ERROR" messages from checkpatch.pl for this file Signed-off-by: Carlos Maiolino --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 28 +

Re: [PATCH] Staging: rtl8188eu: fix coding style errors

2015-03-02 Thread Sudip Mukherjee
On Mon, Mar 02, 2015 at 11:46:57AM +0300, Dan Carpenter wrote: > On Fri, Feb 27, 2015 at 10:58:28AM -0600, Larry Finger wrote: > > On 02/27/2015 10:44 AM, Matteo Semenzato wrote: > > >From: Matteo Semenzato > > > > > >This patch fixes the following errors: > > >ERROR: space prohibited before that

Re: [PATCH] Staging: rtl8188eu: fix coding style errors

2015-03-02 Thread Dan Carpenter
On Fri, Feb 27, 2015 at 10:58:28AM -0600, Larry Finger wrote: > On 02/27/2015 10:44 AM, Matteo Semenzato wrote: > >From: Matteo Semenzato > > > >This patch fixes the following errors: > >ERROR: space prohibited before that ',' (ctx:WxW) > >ERROR: space prohibited before that ',' (ctx:WxW) > >ERROR

Re: [PATCH] Staging: rtl8188eu: fix coding style errors

2015-03-02 Thread Dan Carpenter
On Fri, Feb 27, 2015 at 05:44:09PM +0100, Matteo Semenzato wrote: > diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c > b/drivers/staging/rtl8188eu/core/rtw_efuse.c > index 8816d11..c31fdbc 100644 > --- a/drivers/staging/rtl8188eu/core/rtw_efuse.c > +++ b/drivers/staging/rtl8188eu/core/rtw_e

Re: [PATCH] Staging: rtl8188eu: fix coding style errors

2015-02-27 Thread Larry Finger
On 02/27/2015 10:44 AM, Matteo Semenzato wrote: From: Matteo Semenzato This patch fixes the following errors: ERROR: space prohibited before that ',' (ctx:WxW) ERROR: space prohibited before that ',' (ctx:WxW) ERROR: switch and case should be at the same indent Signed-off-by: Matteo Semenzato

Re: [PATCH] Staging: rtl8188eu: fix coding style errors

2015-02-27 Thread Greg KH
On Fri, Feb 27, 2015 at 05:44:09PM +0100, Matteo Semenzato wrote: > From: Matteo Semenzato > > This patch fixes the following errors: > ERROR: space prohibited before that ',' (ctx:WxW) > ERROR: space prohibited before that ',' (ctx:WxW) > ERROR: switch and case should be at the same indent That

[PATCH] Staging: rtl8188eu: fix coding style errors

2015-02-27 Thread Matteo Semenzato
From: Matteo Semenzato This patch fixes the following errors: ERROR: space prohibited before that ',' (ctx:WxW) ERROR: space prohibited before that ',' (ctx:WxW) ERROR: switch and case should be at the same indent Signed-off-by: Matteo Semenzato --- drivers/staging/rtl8188eu/core/rtw_efuse.c