[PATCH 3/6 v2] staging/rtl8192u: indent with tabs, not spaces

2012-12-06 Thread Sebastian Hahn
Converted staging/rtl8187se to use tabs instead of spaces for indentation to fix the checkpatch error "code indent should use tabs where possible". Signed-off-by: Sebastian Hahn --- drivers/staging/rtl8192u/ieee80211/ieee80211.h | 14 +- drivers/staging/rtl8192u/ieee80211/ieee

[PATCH 3/6 v2] staging/rtl8192u: indent with tabs, not spaces

2012-12-06 Thread Sebastian Hahn
Converted staging/rtl8187se to use tabs instead of spaces for indentation to fix the checkpatch error code indent should use tabs where possible. Signed-off-by: Sebastian Hahn snseh...@cip.cs.fau.de --- drivers/staging/rtl8192u/ieee80211/ieee80211.h | 14 +- drivers/staging/rtl8192u

[PATCH 6/6] staging/rtl8192u: do not init statics to 0

2012-12-05 Thread Sebastian Hahn
Fix the checkpatch error "do not initialize statics to 0 or NULL" Signed-off-by: Sebastian Hahn --- .../staging/rtl8192u/ieee80211/ieee80211_softmac.c |2 +- .../rtl8192u/ieee80211/ieee80211_softmac_wx.c |2 +- drivers/staging/rtl8192u/r8192U_core.c

[PATCH 2/6] staging/rtl8192u: put { on same line as struct

2012-12-05 Thread Sebastian Hahn
From: Jennifer Naumann This fixes the checkpatch error "open brace '{' following struct go on the same line" in staging/rtl8192u Signed-off-by: Jennifer Naumann --- drivers/staging/rtl8192u/ieee80211/ieee80211.h | 12 ++--- drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h |3 +-

[PATCH 3/6] staging/rtl8192u: indent with tabs, not spaces

2012-12-05 Thread Sebastian Hahn
Converted staging/rtl8187se to use tabs instead of spaces for indentation to fix the checkpatch error "code indent should use tabs where possible". Signed-off-by: Sebastian Hahn --- drivers/staging/rtl8192u/ieee80211/ieee80211.h | 14 +- drivers/staging/rtl8192u/ieee80211/ieee

[PATCH 0/6] staging:rtl8192u: begin cleanup of some checkpatch errors

2012-12-05 Thread Sebastian Hahn
Jennifer and I have started making the rtl8192u driver conform with the CodingStyle rules a little better. We started out with a cleanfile run, then did corrections for individual issues, grouped into patches by specific issue fixed. Note that this is in no way a complete cleanup, and since we

[PATCH 5/6] staging/rtl8192u: use same indent for switch and case

2012-12-05 Thread Sebastian Hahn
Fix the checkpatch error "switch and case should be at the same indent" Signed-off-by: Sebastian Hahn --- .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 272 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 32 +- drivers/staging/rtl8192u/ieee80211/ieee

[PATCH 4/6] staging/rtl8192u: don't init globals to 0 or NULL

2012-12-05 Thread Sebastian Hahn
Fix a couple of instances where checkpatch complained about initializing globals with 0. Signed-off-by: Sebastian Hahn --- drivers/staging/rtl8192u/ieee80211/ieee80211_module.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8192u/ieee80211

[PATCH 4/6] staging/rtl8192u: don't init globals to 0 or NULL

2012-12-05 Thread Sebastian Hahn
Fix a couple of instances where checkpatch complained about initializing globals with 0. Signed-off-by: Sebastian Hahn snseh...@cip.cs.fau.de --- drivers/staging/rtl8192u/ieee80211/ieee80211_module.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging

[PATCH 5/6] staging/rtl8192u: use same indent for switch and case

2012-12-05 Thread Sebastian Hahn
Fix the checkpatch error switch and case should be at the same indent Signed-off-by: Sebastian Hahn snseh...@cip.cs.fau.de --- .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 272 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 32 +- drivers/staging/rtl8192u

[PATCH 0/6] staging:rtl8192u: begin cleanup of some checkpatch errors

2012-12-05 Thread Sebastian Hahn
Jennifer and I have started making the rtl8192u driver conform with the CodingStyle rules a little better. We started out with a cleanfile run, then did corrections for individual issues, grouped into patches by specific issue fixed. Note that this is in no way a complete cleanup, and since we

[PATCH 3/6] staging/rtl8192u: indent with tabs, not spaces

2012-12-05 Thread Sebastian Hahn
Converted staging/rtl8187se to use tabs instead of spaces for indentation to fix the checkpatch error code indent should use tabs where possible. Signed-off-by: Sebastian Hahn snseh...@cip.cs.fau.de --- drivers/staging/rtl8192u/ieee80211/ieee80211.h | 14 +- drivers/staging/rtl8192u

[PATCH 2/6] staging/rtl8192u: put { on same line as struct

2012-12-05 Thread Sebastian Hahn
From: Jennifer Naumann jennifer.naum...@informatik.stud.uni-erlangen.de This fixes the checkpatch error open brace '{' following struct go on the same line in staging/rtl8192u Signed-off-by: Jennifer Naumann jennifer.naum...@informatik.stud.uni-erlangen.de ---

[PATCH 6/6] staging/rtl8192u: do not init statics to 0

2012-12-05 Thread Sebastian Hahn
Fix the checkpatch error do not initialize statics to 0 or NULL Signed-off-by: Sebastian Hahn snseh...@cip.cs.fau.de --- .../staging/rtl8192u/ieee80211/ieee80211_softmac.c |2 +- .../rtl8192u/ieee80211/ieee80211_softmac_wx.c |2 +- drivers/staging/rtl8192u/r8192U_core.c