linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/20] staging:rtl8192u Header file cleanup - Style
@ 2018-07-27 17:31 John Whitmore
  2018-07-27 17:31 ` [PATCH 01/20] staging:rtl8192u: Remove typedef and rename TX_TS_RECORD " John Whitmore
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: John Whitmore @ 2018-07-27 17:31 UTC (permalink / raw)
  To: linux-kernel; +Cc: devel, gregkh, John Whitmore

Coding style cleanup of drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h

The only checkpatch issues which remain are three 'questionable'
comments which extend over the 80 character line limit.

The changes are generally either removal of typedef directives, removal
of unused constants or renaming of CamelCase variable names.

John Whitmore (20):
  staging:rtl8192u: Remove typedef and rename TX_TS_RECORD - Style
  staging:rtl8192u: Rename TsCommonInfo - Style
  staging:rtl8192u: Rename TxCurSeq - Style
  staging:rtl8192u: Rename TxPendingBARecord - Style
  staging:rtl8192u: Rename TxAdmittedBARecord - Style
  staging:rtl8192u: Rename bAddBaReqInProgress - Style
  staging:rtl8192u: Rename bAddBaReqDelayed - Style
  staging:rtl8192u: Rename bUsingBa - Style
  staging:rtl8192u: Rename TsAddBaTimer - Style
  staging:rtl8192u: Remove typedef and rename RX_TS_RECORD - Style
  staging:rtl8192u: Remove commented out code - Style
  staging:rtl8192u: Remove unused timer values - Style
  staging:rtl8192u: Rename RxIndicateSeq - Style
  staging:rtl8192u: Rename RxTimeoutIndicateSeq _Style
  staging:rtl8192u: Rename RxPendingPktList - Style
  staging:rtl8192u: Rename RxPktPendingTimer - Style
  staging:rtl8192u: Rename RxAdmittedBARecord - Style
  staging:rtl8192u: Rename RxLastSeqNum - Style
  staging:rtl8192u: Rename RxLastFragNum - Style
  staging:rtl8192u: Remove blank line - Style

 .../staging/rtl8192u/ieee80211/ieee80211.h    |   8 +-
 .../staging/rtl8192u/ieee80211/ieee80211_rx.c |  80 ++++++------
 .../staging/rtl8192u/ieee80211/ieee80211_tx.c |  14 +-
 .../rtl8192u/ieee80211/rtl819x_BAProc.c       |  88 ++++++-------
 .../staging/rtl8192u/ieee80211/rtl819x_TS.h   |  46 +++----
 .../rtl8192u/ieee80211/rtl819x_TSProc.c       | 120 +++++++++---------
 6 files changed, 176 insertions(+), 180 deletions(-)

-- 
2.18.0


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

end of thread, other threads:[~2018-07-27 17:38 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-27 17:31 [PATCH 00/20] staging:rtl8192u Header file cleanup - Style John Whitmore
2018-07-27 17:31 ` [PATCH 01/20] staging:rtl8192u: Remove typedef and rename TX_TS_RECORD " John Whitmore
2018-07-27 17:31 ` [PATCH 02/20] staging:rtl8192u: Rename TsCommonInfo " John Whitmore
2018-07-27 17:31 ` [PATCH 03/20] staging:rtl8192u: Rename TxCurSeq " John Whitmore
2018-07-27 17:31 ` [PATCH 04/20] staging:rtl8192u: Rename TxPendingBARecord " John Whitmore
2018-07-27 17:31 ` [PATCH 05/20] staging:rtl8192u: Rename TxAdmittedBARecord " John Whitmore
2018-07-27 17:31 ` [PATCH 06/20] staging:rtl8192u: Rename bAddBaReqInProgress " John Whitmore
2018-07-27 17:31 ` [PATCH 07/20] staging:rtl8192u: Rename bAddBaReqDelayed " John Whitmore
2018-07-27 17:31 ` [PATCH 08/20] staging:rtl8192u: Rename bUsingBa " John Whitmore
2018-07-27 17:31 ` [PATCH 09/20] staging:rtl8192u: Rename TsAddBaTimer " John Whitmore
2018-07-27 17:31 ` [PATCH 10/20] staging:rtl8192u: Remove typedef and rename RX_TS_RECORD " John Whitmore
2018-07-27 17:31 ` [PATCH 11/20] staging:rtl8192u: Remove commented out code " John Whitmore
2018-07-27 17:31 ` [PATCH 12/20] staging:rtl8192u: Remove unused timer values " John Whitmore
2018-07-27 17:31 ` [PATCH 13/20] staging:rtl8192u: Rename RxIndicateSeq " John Whitmore
2018-07-27 17:31 ` [PATCH 14/20] staging:rtl8192u: Rename RxTimeoutIndicateSeq _Style John Whitmore
2018-07-27 17:31 ` [PATCH 15/20] staging:rtl8192u: Rename RxPendingPktList - Style John Whitmore
2018-07-27 17:31 ` [PATCH 16/20] staging:rtl8192u: Rename RxPktPendingTimer " John Whitmore
2018-07-27 17:31 ` [PATCH 17/20] staging:rtl8192u: Rename RxAdmittedBARecord " John Whitmore
2018-07-27 17:31 ` [PATCH 18/20] staging:rtl8192u: Rename RxLastSeqNum " John Whitmore
2018-07-27 17:31 ` [PATCH 19/20] staging:rtl8192u: Rename RxLastFragNum " John Whitmore
2018-07-27 17:31 ` [PATCH 20/20] staging:rtl8192u: Remove blank line " 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).