The first patch fixes some endianness warnings detected by sparse. The second
patch amends lines with more than 80 characters in the firs patch.
Koray Gulcu (2):
staging:rtl8192u: Fix sparse warnings of r8182U_core
staging:rtl8192u: Fix checkpatch.pl warnings
drivers/staging/rtl8192u
This patch fixes "line over 80 characters" warnings found in the first patch by
breaking u4bAcParam's calculation down into a few steps.
Signed-off-by: Koray Gulcu
---
drivers/staging/rtl8192u/r8192U_core.c | 18 --
1 file changed, 12 insertions(+), 6 deletions
/staging/rtl8192u/r8192U_core.c:1838:34: warning: cast from restricted
__le16
drivers/staging/rtl8192u/r8192U_core.c:1839:34: warning: cast from restricted
__le16
drivers/staging/rtl8192u/r8192U_core.c:1840:34: warning: cast from restricted
__le16
Signed-off-by: Koray Gulcu
---
drivers/staging
Add two new lines that are missing after declerations as detected by
checkpatch.pl
Signed-off-by: Koray Gulcu
---
drivers/staging/android/sw_sync.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/staging/android/sw_sync.c
b/drivers/staging/android/sw_sync.c
index a76db3f