All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: rtl8192u: coding style fixes in ieee80211
@ 2019-08-20 23:11 Stephen Brennan
  2019-08-20 23:11 ` [PATCH 1/3] staging: rtl8192u: fix OPEN_BRACE errors " Stephen Brennan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Stephen Brennan @ 2019-08-20 23:11 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Stephen Brennan, devel, linux-kernel, Tobin C . Harding

Addressed some spacing, brace placement, and macro alignment in this driver. I
do not have the relevent hardware, but I verified that the
drivers/staging/rtl8192u module built between each patch.

Stephen Brennan (3):
  staging: rtl8192u: fix OPEN_BRACE errors in ieee80211
  staging: rtl8192u: fix macro alignment in ieee80211
  staging: rtl8192u: fix spacing in ieee80211

 drivers/staging/rtl8192u/ieee80211/dot11d.c   |  10 +-
 .../staging/rtl8192u/ieee80211/ieee80211.h    |  38 +++---
 .../rtl8192u/ieee80211/ieee80211_crypt.c      |   2 +-
 .../rtl8192u/ieee80211/ieee80211_crypt_tkip.c |  22 ++--
 .../rtl8192u/ieee80211/ieee80211_crypt_wep.c  |   4 +-
 .../staging/rtl8192u/ieee80211/ieee80211_rx.c | 118 ++++++-----------
 .../rtl8192u/ieee80211/ieee80211_softmac_wx.c |  14 +-
 .../staging/rtl8192u/ieee80211/ieee80211_tx.c | 121 ++++++++----------
 .../staging/rtl8192u/ieee80211/ieee80211_wx.c |  35 +++--
 .../rtl8192u/ieee80211/rtl819x_BAProc.c       |  12 +-
 .../staging/rtl8192u/ieee80211/rtl819x_HT.h   |  17 ++-
 .../rtl8192u/ieee80211/rtl819x_TSProc.c       |  14 +-
 12 files changed, 174 insertions(+), 233 deletions(-)

-- 
2.22.0




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

end of thread, other threads:[~2019-08-20 23:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-20 23:11 [PATCH 0/3] staging: rtl8192u: coding style fixes in ieee80211 Stephen Brennan
2019-08-20 23:11 ` [PATCH 1/3] staging: rtl8192u: fix OPEN_BRACE errors " Stephen Brennan
2019-08-20 23:17   ` Greg Kroah-Hartman
2019-08-20 23:11 ` [PATCH 2/3] staging: rtl8192u: fix macro alignment " Stephen Brennan
2019-08-20 23:11 ` [PATCH 3/3] staging: rtl8192u: fix spacing " Stephen Brennan

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.