linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] staging:rtl8192u: rtl819x_Qos.h style changes
@ 2018-07-31 20:59 John Whitmore
  2018-07-31 20:59 ` [PATCH 01/14] staging:rtl8192u: Clean cmpk_counttxstatistic() comments - Style John Whitmore
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: John Whitmore @ 2018-07-31 20:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: devel, gregkh, John Whitmore

The first patch is a change to the block comment on the function
cmpk_counttxstatistic(). The function is a static to the file so the
block comment could be trimmed. Unfortunately I could find no useful
information in the block comment, apart from function name and list
of parameter types, which is included in the declaration. As a result
I totally cut the block comment.

All the remaining 13 patches fix coding style and checkpatch issues
with the file rtl819x_Qos.h. Possibly the major change is the
truncation of a number of unions to the structure which is actually
being used.

John Whitmore (14):
  staging:rtl8192u: Clean cmpk_counttxstatistic() comments - Style
  staging:rtl8192u: Remove union from aci_aifsn - Style
  staging:rtl8192u: Remove union from qos_tsinfo - Style
  staging:rtl8192u: Rename members of struct qos_tsinfo - Style
  staging:rtl8192u: Refactor union TSPEC_BODY - Style
  staging:rtl8192u: Rename TSInfo - Style
  staging:rtl8192u: Rename tspec_body members - Style
  staging:rtl8192u: Remove commented out code - Style
  staging:rtl8192u: Move QOS_TCLAS to rtl819x_TS.h - Style
  staging:rtl8192u: rename OCTET_STRING - Style
  staging:rtl8192u: Rename octet_string members - Style
  staging:rtl8192u: Remove unused UP2AC - Style
  staging:rtl8192u: Rename IsACValid and add parenthesis - Style
  staging:rtl8192u: Change clock comment - Style

 .../staging/rtl8192u/ieee80211/ieee80211.h    |   4 +-
 .../rtl8192u/ieee80211/ieee80211_softmac.c    |  40 ++--
 .../rtl8192u/ieee80211/rtl819x_BAProc.c       |   2 +-
 .../rtl8192u/ieee80211/rtl819x_HTProc.c       |   4 +-
 .../staging/rtl8192u/ieee80211/rtl819x_Qos.h  | 207 ++++++------------
 .../staging/rtl8192u/ieee80211/rtl819x_TS.h   |  53 ++++-
 .../rtl8192u/ieee80211/rtl819x_TSProc.c       |  36 +--
 drivers/staging/rtl8192u/r8192U_dm.c          |   4 +-
 drivers/staging/rtl8192u/r819xU_cmdpkt.c      |  18 --
 9 files changed, 160 insertions(+), 208 deletions(-)

-- 
2.18.0


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

end of thread, other threads:[~2018-07-31 21:01 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-31 20:59 [PATCH 00/14] staging:rtl8192u: rtl819x_Qos.h style changes John Whitmore
2018-07-31 20:59 ` [PATCH 01/14] staging:rtl8192u: Clean cmpk_counttxstatistic() comments - Style John Whitmore
2018-07-31 20:59 ` [PATCH 02/14] staging:rtl8192u: Remove union from aci_aifsn " John Whitmore
2018-07-31 20:59 ` [PATCH 03/14] staging:rtl8192u: Remove union from qos_tsinfo " John Whitmore
2018-07-31 20:59 ` [PATCH 04/14] staging:rtl8192u: Rename members of struct " John Whitmore
2018-07-31 20:59 ` [PATCH 05/14] staging:rtl8192u: Refactor union TSPEC_BODY " John Whitmore
2018-07-31 20:59 ` [PATCH 06/14] staging:rtl8192u: Rename TSInfo " John Whitmore
2018-07-31 20:59 ` [PATCH 07/14] staging:rtl8192u: Rename tspec_body members " John Whitmore
2018-07-31 20:59 ` [PATCH 08/14] staging:rtl8192u: Remove commented out code " John Whitmore
2018-07-31 21:00 ` [PATCH 09/14] staging:rtl8192u: Move QOS_TCLAS to rtl819x_TS.h " John Whitmore
2018-07-31 21:00 ` [PATCH 10/14] staging:rtl8192u: rename OCTET_STRING " John Whitmore
2018-07-31 21:00 ` [PATCH 11/14] staging:rtl8192u: Rename octet_string members " John Whitmore
2018-07-31 21:00 ` [PATCH 12/14] staging:rtl8192u: Remove unused UP2AC " John Whitmore
2018-07-31 21:00 ` [PATCH 13/14] staging:rtl8192u: Rename IsACValid and add parenthesis " John Whitmore
2018-07-31 21:00 ` [PATCH 14/14] staging:rtl8192u: Change clock comment " John Whitmore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).