[PATCH 0/3] rtl8188eu: cleanup

2013-12-16 Thread Matthias Wirth
This patchset cleans up the 2 files having the most checkpatch warnings/errors in the rtl8188eu driver. The intention is to improve the coding style according to guidelines. The 2 remaining warnings in osdep_service.h are macros requiring structural change accommpanied by modifying every use of t

[PATCH 1/3] rtl8188eu: fix whitespace and indentation

2013-12-16 Thread Matthias Wirth
Signed-off-by: Matthias Wirth Signed-off-by: Lukas Senger --- drivers/staging/rtl8188eu/include/osdep_service.h | 50 ++- drivers/staging/rtl8188eu/include/rtw_cmd.h | 103 +++--- 2 files changed, 80 insertions(+), 73 deletions(-) diff --git a/drivers/staging

[PATCH 3/3] rtl8188eu: remove unused code

2013-12-16 Thread Matthias Wirth
These two macros needed reformatting but as they are not used anywhere we just removed them. Signed-off-by: Matthias Wirth Signed-off-by: Lukas Senger --- drivers/staging/rtl8188eu/include/osdep_service.h | 17 - 1 file changed, 17 deletions(-) diff --git a/drivers/staging

[PATCH 2/3] rtl8188eu: fix coding style

2013-12-16 Thread Matthias Wirth
Signed-off-by: Matthias Wirth Signed-off-by: Lukas Senger --- drivers/staging/rtl8188eu/include/osdep_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/osdep_service.h b/drivers/staging/rtl8188eu/include/osdep_service.h index