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