[PATCH v2 0/2] Staging: rtl8188eu: checkpatch.pl error cleanups

2014-01-11 Thread Tim Jester-Pfadt
ht require more substantial code modification. v2: Patched against the staging-next branch as requested by Greg KH. Tim Jester-Pfadt (2): Staging: rtl8188eu: Fixed required spaces after ',' and around '=' and '==' Staging: rtl8188eu: Fixed "foo * bar&q

[PATCH v2 1/2] Staging: rtl8188eu: Fixed required spaces after ',' and around '=' and '=='

2014-01-11 Thread Tim Jester-Pfadt
This patch fixes all spaces required after ',' and around '=' aswell as '==' checkpatch.pl errors for rtl8188eu. Signed-off-by: Tim Jester-Pfadt --- drivers/staging/rtl8188eu/include/Hal8188EPwrSeq.h | 2 +- drivers/staging/rtl8188eu/include/odm.h| 2

[PATCH v2 2/2] Staging: rtl8188eu: Fixed "foo * bar" related coding style issues

2014-01-11 Thread Tim Jester-Pfadt
This patch fixes all "foo * bar", "foo*bar", "foo* bar" checkpatch.pl errors for rtl8188eu. Signed-off-by: Tim Jester-Pfadt --- drivers/staging/rtl8188eu/include/rtl8188e_hal.h | 2 +- drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 6 +++--- dri

[PATCH] Staging: rtl8188eu: Fixed whitespace related coding style issues

2014-01-10 Thread Tim Jester-Pfadt
This patch fixes two spaces at the start of the line aswell as all space after opening parenthesis and space before closeing parenthesis checkpatch.pl warnings in rtw_mlme.h Signed-off-by: Tim Jester-Pfadt --- drivers/staging/rtl8188eu/include/rtw_mlme.h | 24 1 file

[PATCH 2/2] Staging: rtl8188eu: Fixed "foo * bar" related coding style issues

2014-01-09 Thread Tim Jester-Pfadt
This patch fixes all "foo * bar", "foo*bar", "foo* bar" checkpatch.pl errors for rtl8188eu. Signed-off-by: Tim Jester-Pfadt --- drivers/staging/rtl8188eu/include/osdep_service.h | 4 +-- drivers/staging/rtl8188eu/include/rtl8188e_hal.h | 2 +- dri

[PATCH 0/2] Staging: rtl8188eu: checkpatch.pl error cleanups

2014-01-09 Thread Tim Jester-Pfadt
is might require more substantial code modifiction. Tim Jester-Pfadt (2): Staging: rtl8188eu: Fixed required spaces after ',' and around '=' and '==' Staging: rtl8188eu: Fixed "foo * bar" related coding style issues drivers/staging/rtl8188eu/include/Hal

[PATCH 1/2] Staging: rtl8188eu: Fixed required spaces after ',' and around '=' and '=='

2014-01-09 Thread Tim Jester-Pfadt
This patch fixes all spaces required after ',' and around '=' aswell as '==' checkpatch.pl errors for rtl8188eu. Signed-off-by: Tim Jester-Pfadt --- drivers/staging/rtl8188eu/include/Hal8188EPwrSeq.h | 2 +- drivers/staging/rtl8188eu/include/odm.h| 2

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

2014-01-03 Thread Tim Jester-Pfadt
Thank you for your feedback. I'm still figuring stuff out. Submitting patches to the kernel has been my new year's resolution. Regards, Tim 2014/1/3 Dan Carpenter : > On Fri, Jan 03, 2014 at 12:22:59AM +0100, Tim Jester-Pfadt wrote: >> Fixed indentation coding style

[PATCH] Staging: rtl8188eu: Fixed spaces before tabs and before close parentheses

2014-01-02 Thread Tim Jester-Pfadt
Fixed all space before tab warnings and space before close parenthesis errors on rtl8188e_spec.h Signed-off-by: Tim Jester-Pfadt --- drivers/staging/rtl8188eu/include/rtl8188e_spec.h | 70 +++ 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/drivers/staging

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

2014-01-02 Thread Tim Jester-Pfadt
Fixed indentation coding style issues on rtw_io.c Signed-off-by: Tim Jester-Pfadt --- drivers/staging/rtl8188eu/core/rtw_io.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_io.c b/drivers/staging/rtl8188eu/core/rtw_io.c index

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

2014-01-02 Thread Tim Jester-Pfadt
Fixed indentation coding style issues on rtw_io.c Signed-off-by: Tim Jester-Pfadt --- drivers/staging/rtl8188eu/core/rtw_io.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_io.c b/drivers/staging/rtl8188eu/core/rtw_io.c index

[PATCH] Staging: rtl8188eu: Fixed coding style issues

2014-01-02 Thread Tim Jester-Pfadt
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/drivers/staging/rtl8188eu/core/rtw_io.c index 10c9c65

[PATCH] Staging: rtl8188eu: Fixed coding style issues

2013-12-30 Thread Tim Jester-Pfadt
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(-) diff --git a/drivers/staging/rtl8188eu/include