All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] staging: rtl8192e: fix coding style issues
@ 2015-03-15 20:39 Mateusz Kulikowski
  2015-03-15 20:39 ` [PATCH v4 1/5] staging: rtl8192e: fix coding style issues (merge broken strings) Mateusz Kulikowski
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Mateusz Kulikowski @ 2015-03-15 20:39 UTC (permalink / raw)
  To: gregkh; +Cc: Mateusz Kulikowski, joe, devel, linux-kernel

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-03-16 22:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-15 20:39 [PATCH v4 0/5] staging: rtl8192e: fix coding style issues Mateusz Kulikowski
2015-03-15 20:39 ` [PATCH v4 1/5] staging: rtl8192e: fix coding style issues (merge broken strings) Mateusz Kulikowski
2015-03-16 15:02   ` Greg KH
2015-03-15 20:39 ` [PATCH v4 2/5] staging: rtl8192e: fix coding style issues (spaces before semicolon) Mateusz Kulikowski
2015-03-15 20:39 ` [PATCH v4 3/5] staging: rtl8192e: fix coding style errors (macros in parentheses) Mateusz Kulikowski
2015-03-16  4:51   ` Joe Perches
2015-03-16 22:58     ` Mateusz Kulikowski
2015-03-15 20:39 ` [PATCH v4 4/5] staging: rtl8192e: rtllib_wx: remove duplicate messages Mateusz Kulikowski
2015-03-15 20:39 ` [PATCH v4 5/5] staging: rtl8192e: fix coding style warnings (printk -> netdev_*) Mateusz Kulikowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.