[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190603122104.2564-1-muellerch-privat@web.de>
Date: Mon, 3 Jun 2019 14:21:01 +0200
From: Christian Müller <muellerch-privat@....de>
To: gregkh@...uxfoundation.org
Cc: johnfwhitmore@...il.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, linux-kernel@...cs.fau.de,
felix.trommer@...mail.de,
Christian Müller <muellerch-privat@....de>
Subject: [PATCH 0/3] Fixing style errors in staging/drivers/rtl8192u
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
Powered by blists - more mailing lists