[PATCH v4 0/5] staging: rtl8192e: fix coding style issues

From: Mateusz Kulikowski
Date: Sun Mar 15 2015 - 16:40:11 EST


Various coding style fixes for rtl8192e driver.
This series of patches includes v3, was applied on staging-next branch
Duplicate patches from v3 were removed.

checkpatch.pl still complains about some of patches - this will be fixed
in future (warnings were mostly already there):

1/5:
- usage of subsystem messages instead of printk (fixed in 5/5)
- line over 80 characters (string)
2/5:
- line over 80 characters (fix would need re-indentation)

Mateusz Kulikowski (5):
staging: rtl8192e: fix coding style issues (merge broken strings)
staging: rtl8192e: fix coding style issues (spaces before semicolon)
staging: rtl8192e: fix coding style errors (macros in parentheses)
staging: rtl8192e: rtllib_wx: remove duplicate messages
staging: rtl8192e: fix coding style warnings (printk -> netdev_*)

drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c | 51 +++---
drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c | 30 +--
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 128 ++++++-------
.../staging/rtl8192e/rtl8192e/r8192E_firmware.c | 27 +--
drivers/staging/rtl8192e/rtl8192e/r8192E_hwimg.h | 14 +-
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c | 201 +++++++++++----------
drivers/staging/rtl8192e/rtl8192e/rtl_cam.c | 22 +--
drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 175 +++++++++---------
drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 59 +++---
drivers/staging/rtl8192e/rtl8192e/rtl_pci.c | 23 ++-
drivers/staging/rtl8192e/rtl8192e/rtl_pm.c | 21 +--
drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 36 ++--
drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 58 +++---
drivers/staging/rtl8192e/rtl819x_BAProc.c | 77 ++++----
drivers/staging/rtl8192e/rtl819x_HT.h | 6 +-
drivers/staging/rtl8192e/rtl819x_HTProc.c | 44 ++---
drivers/staging/rtl8192e/rtl819x_TSProc.c | 58 +++---
drivers/staging/rtl8192e/rtllib.h | 10 +-
drivers/staging/rtl8192e/rtllib_crypt.c | 14 +-
drivers/staging/rtl8192e/rtllib_crypt_ccmp.c | 24 +--
drivers/staging/rtl8192e/rtllib_crypt_tkip.c | 66 +++----
drivers/staging/rtl8192e/rtllib_crypt_wep.c | 11 +-
drivers/staging/rtl8192e/rtllib_debug.h | 2 +-
drivers/staging/rtl8192e/rtllib_rx.c | 74 +++++---
drivers/staging/rtl8192e/rtllib_softmac.c | 162 +++++++++--------
drivers/staging/rtl8192e/rtllib_softmac_wx.c | 9 +-
drivers/staging/rtl8192e/rtllib_tx.c | 40 ++--
drivers/staging/rtl8192e/rtllib_wx.c | 18 +-
29 files changed, 766 insertions(+), 698 deletions(-)

--
1.8.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/