Re: [PATCH] Staging: rtl8188eu: fixed coding style issues

2016-04-30 Thread Greg KH
On Sat, Apr 30, 2016 at 04:30:12PM +0800, Jacky Boen wrote: > Fixed parentheses, braces, comments, constants on the left side > comparisons, extra newlines and indentations, NULL comparisons, > and a typo. That's a lot of different things all in one patch. Please break it up into "one patch per l

Re: [PATCH] Staging: rtl8188eu: Fixed coding style issues

2014-01-02 Thread Larry Finger
On 01/02/2014 11:03 AM, Tim Jester-Pfadt wrote: Fixed indentation coding style issues on rtw_io.c Signed-off-by: Tim Jester-Pfadt --- drivers/staging/rtl8188eu/core/rtw_io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_io.c b/dri

Re: [PATCH] Staging: rtl8188eu: Fixed coding style issues

2013-12-30 Thread Larry Finger
On 12/30/2013 08:53 PM, Tim Jester-Pfadt wrote: Fixed required and prohibited spaces to make rtw_io.h checkpatch.pl clean Signed-off-by: Tim Jester-Pfadt --- drivers/staging/rtl8188eu/include/rtw_io.h | 36 +++--- 1 file changed, 18 insertions(+), 18 deletions(-) Ac