Re: [PATCH] staging: rtl8188eu: Fix style errors and warnings

2015-07-16 Thread Joe Perches
On Thu, 2015-07-16 at 10:11 -0700, Greg KH wrote: > On Thu, Jul 16, 2015 at 09:41:36AM +0200, Guillaume Bienkowski wrote: > > Fix spaces before comma and indentation. > > That's two different things, so this should be two different patches > please. I think it'd be better to do all the whitespace

Re: [PATCH] staging: rtl8188eu: Fix style errors and warnings

2015-07-16 Thread Greg KH
On Thu, Jul 16, 2015 at 09:41:36AM +0200, Guillaume Bienkowski wrote: > Fix spaces before comma and indentation. That's two different things, so this should be two different patches please. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

[PATCH] staging: rtl8188eu: Fix style errors and warnings

2015-07-16 Thread Guillaume Bienkowski
Fix spaces before comma and indentation. Signed-off-by: Guillaume Bienkowski --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 42 +-- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c b/drivers/staging/rtl818

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

2015-02-27 Thread Greg KH
On Fri, Feb 27, 2015 at 05:49:15PM +0100, Matteo Semenzato wrote: > From: Matteo Semenzato > > This patch fixes the following errors: > ERROR: code indent should use tabs where possible > ERROR: space prohibited before that Again, multiple things means multiple patches. -- To unsubscribe from th

[PATCH] Staging: rtl8188eu: fix style errors

2015-02-27 Thread Matteo Semenzato
From: Matteo Semenzato This patch fixes the following errors: ERROR: code indent should use tabs where possible ERROR: space prohibited before that Signed-off-by: Matteo Semenzato --- drivers/staging/rtl8188eu/hal/Hal8188ERateAdaptive.c | 4 ++-- drivers/staging/rtl8188eu/hal/odm.c