[PATCH 2/6] staging: rtl8712: Coding style: Make use of BIT macro

2015-11-18 Thread Michael Hornung
* Replace all occurences of (1< --- drivers/staging/rtl8712/ieee80211.h | 92 ++--- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/drivers/staging/rtl8712/ieee80211.h b/drivers/staging/rtl8712/ieee80211.h index bba978e..8ca3444 100644 --- a/drivers

[PATCH 1/6] staging: rtl8712: Coding style: Remove multiple blank lines

2015-11-18 Thread Michael Hornung
* Remove multiple blank lines in order to get rid of checkpatch.pl "CHECK" output Signed-off-by: Michael Hornung --- drivers/staging/rtl8712/ieee80211.h | 12 1 file changed, 12 deletions(-) diff --git a/drivers/staging/rtl8712/ieee80211.h b/drivers/staging/rtl8712/i

[PATCH 3/6] staging: rtl8712: Coding style: Fix missing spaces

2015-11-18 Thread Michael Hornung
* Add missing spaces around bitwise OR operation in order to get rid of checkpatch.pl's "CHECK: spaces preferred around that '|'" Signed-off-by: Michael Hornung --- drivers/staging/rtl8712/ieee80211.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 0/6] staging: rtl8712: Coding style cleanups

2015-11-18 Thread Michael Hornung
* Do coding style cleanups on file ieee80211.h and get rid of all checkpatch.pl output. Michael Hornung (6): staging: rtl8712: Coding style: Remove multiple blank lines staging: rtl8712: Coding style: Make use of BIT macro staging: rtl8712: Coding style: Fix missing spaces staging

[PATCH 5/6] staging: rtl8712: Coding style: Fix alignment

2015-11-18 Thread Michael Hornung
* Fix alignment which did not match open parenthesis Signed-off-by: Michael Hornung --- drivers/staging/rtl8712/ieee80211.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/ieee80211.h b/drivers/staging/rtl8712/ieee80211.h index 830452b..e5ec6c2

[PATCH 4/6] staging: rtl8712: Replace FSF mailing address by URL

2015-11-18 Thread Michael Hornung
* Fix checkpatch.pl output about not including the paragraph about writing to the Free Software Foundation's mailing address Signed-off-by: Michael Hornung --- drivers/staging/rtl8712/ieee80211.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rt

[PATCH 6/6] staging: rtl8712: Remove unused CamelCase define

2015-11-18 Thread Michael Hornung
* Remove unused CamelCase in order to get rid of the corresponding checkpatch.pl "CHECK: Avoid CamelCase: " Signed-off-by: Michael Hornung --- drivers/staging/rtl8712/ieee80211.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8712/ieee80211.h b/drivers/stagi

[PATCH 1/1] linux-next: drivers: staging: most: Fix return value

2015-07-31 Thread Michael Hornung
* Fix sparse warning "Using plain integer as NULL pointer" Signed-off-by: Michael Hornung --- drivers/staging/most/aim-network/networking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/most/aim-network/networking.c b/drivers/staging/most/a