All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fixing style errors in staging/drivers/rtl8192u
@ 2019-06-03 12:21 Christian Müller
  2019-06-03 12:21 ` [PATCH 1/3] drivers/staging/rtl8192u: Reformat comments Christian Müller
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Christian Müller @ 2019-06-03 12:21 UTC (permalink / raw)
  To: gregkh
  Cc: johnfwhitmore, devel, linux-kernel, linux-kernel, felix.trommer,
	Christian Müller

This series of patches fixes various style errors in the rtl8192u
staging driver. These fixes contain reformatting of code comments,
changing of indentations, cleaning up commented out code within the
source-code and fixes for individual errors indicated by the checkpatch tool.

Christian Müller (1):
  drivers/staging/rtl8192u: Fix of checkpatch-errors

Felix Trommer (2):
  drivers/staging/rtl8192u: Reformat comments
  drivers/staging/rtl8192u: Remove comment-out code

 drivers/staging/rtl8192u/ieee80211/dot11d.c   |   6 +-
 drivers/staging/rtl8192u/ieee80211/dot11d.h   |   2 +-
 .../staging/rtl8192u/ieee80211/ieee80211.h    | 311 +++---
 .../rtl8192u/ieee80211/ieee80211_crypt.c      |   3 +-
 .../rtl8192u/ieee80211/ieee80211_crypt.h      |  15 +-
 .../rtl8192u/ieee80211/ieee80211_crypt_ccmp.c |   7 +-
 .../rtl8192u/ieee80211/ieee80211_crypt_tkip.c |  13 +-
 .../rtl8192u/ieee80211/ieee80211_crypt_wep.c  |   9 +-
 .../rtl8192u/ieee80211/ieee80211_module.c     |   6 +-
 .../staging/rtl8192u/ieee80211/ieee80211_rx.c | 973 ++++++++----------
 .../rtl8192u/ieee80211/ieee80211_softmac.c    | 336 +++---
 .../rtl8192u/ieee80211/ieee80211_softmac_wx.c |  21 +-
 .../staging/rtl8192u/ieee80211/ieee80211_tx.c | 311 +++---
 .../staging/rtl8192u/ieee80211/ieee80211_wx.c | 115 +--
 .../staging/rtl8192u/ieee80211/rtl819x_BA.h   |   2 +-
 .../rtl8192u/ieee80211/rtl819x_BAProc.c       | 169 +--
 .../staging/rtl8192u/ieee80211/rtl819x_HT.h   | 111 +-
 .../rtl8192u/ieee80211/rtl819x_HTProc.c       | 264 ++---
 .../staging/rtl8192u/ieee80211/rtl819x_Qos.h  |  24 +-
 .../rtl8192u/ieee80211/rtl819x_TSProc.c       | 110 +-
 drivers/staging/rtl8192u/r8180_93cx6.c        |   3 +-
 drivers/staging/rtl8192u/r8180_93cx6.h        |   4 +-
 drivers/staging/rtl8192u/r8190_rtl8256.c      |  36 +-
 drivers/staging/rtl8192u/r8192U.h             |  47 +-
 drivers/staging/rtl8192u/r8192U_core.c        | 159 ++-
 drivers/staging/rtl8192u/r8192U_dm.c          | 232 ++---
 drivers/staging/rtl8192u/r8192U_dm.h          |  22 +-
 drivers/staging/rtl8192u/r8192U_hw.h          | 192 ++--
 drivers/staging/rtl8192u/r8192U_wx.c          |  17 +-
 drivers/staging/rtl8192u/r819xU_cmdpkt.c      |  77 +-
 drivers/staging/rtl8192u/r819xU_cmdpkt.h      |  14 +-
 drivers/staging/rtl8192u/r819xU_firmware.c    |  12 +-
 drivers/staging/rtl8192u/r819xU_phy.c         |  30 +-
 drivers/staging/rtl8192u/r819xU_phy.h         |   4 +-
 drivers/staging/rtl8192u/r819xU_phyreg.h      |   9 +-
 35 files changed, 1747 insertions(+), 1919 deletions(-)

--
2.17.1


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

end of thread, other threads:[~2019-06-03 13:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-03 12:21 [PATCH 0/3] Fixing style errors in staging/drivers/rtl8192u Christian Müller
2019-06-03 12:21 ` [PATCH 1/3] drivers/staging/rtl8192u: Reformat comments Christian Müller
2019-06-03 13:04   ` Greg KH
2019-06-03 12:21 ` [PATCH 2/3] drivers/staging/rtl8192u: Remove comment-out code Christian Müller
2019-06-03 13:06   ` Greg KH
2019-06-03 12:21 ` [PATCH 3/3] drivers/staging/rtl8192u: Fix of checkpatch-errors Christian Müller
2019-06-03 13:05   ` Greg KH
2019-06-03 13:09   ` Joe Perches

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.