[PATCH 00/14] staging:rtl8192u: rtl819x_Qos.h style changes

John Whitmore johnfwhitmore at gmail.com
Tue Jul 31 20:59:51 UTC 2018


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



More information about the devel mailing list