All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/08] staging:rtl8192u: cleanup of rtl819x_Qos.h - Style
@ 2018-07-28 23:14 John Whitmore
  2018-07-28 23:14 ` [PATCH v2 01/08] staging:rtl8192u: Add spaces around operators " John Whitmore
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: John Whitmore @ 2018-07-28 23:14 UTC (permalink / raw)
  To: linux-kernel; +Cc: devel, gregkh, John Whitmore

These are a few coding style changes to the file
drivers/staging/rtl8192u/ieee80211/rtl819x_Qos.h
I had more patches in the list but had to dump some of the later
patches as I made a mistake. Thought I'd send these 8.

John Whitmore (8):
  staging:rtl8192u: Add spaces around operators - Style
  staging:rtl8192u: Rename ACI_AIFSN - Style
  staging:rtl8192u: Rename member variables - Style
  staging:rtl8192u: Remove unused  union AC_PARAM - Style
  staging:rtl8192u: Remove unused union ECW -Style
  staging:rtl8192u: Rename enum DIRECTION_VALUE - Style
  staging:rtl8192u: Rename union QOS_TSINFO - Style
  staging:rtl8192u: Remove unused constants - Style


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH v2 00/15] staging:rtl8192u: Coding style changes
@ 2018-07-29 21:05 John Whitmore
  2018-07-29 21:05 ` [PATCH v2 01/08] staging:rtl8192u: Add spaces around operators - Style John Whitmore
  0 siblings, 1 reply; 10+ messages in thread
From: John Whitmore @ 2018-07-29 21:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: devel, gregkh, John Whitmore

Second attempt correcting my initial attempt where I left '_t'
and '_e' trailing the structures defined. These have now been
corrected.

John Whitmore (15):
  staging:rtl8192u: Remove typedef of struct cmpk_txfb_t - Style
  staging:rtl8192u: Remove unused CMPK_TX_SET_CONFIG_SIZE - Style
  staging:rtl8192u: Removed unused CMPK_RX_DBG_MSG_SIZE - Style
  staging:rtl8192u: Correct spelling in comments - style
  staging:rtl8192u: Remove typedef of cmpk_intr_sta_t - Style
  staging:rtl8192u: Remove typedef of cmpk_set_cfg_t - Style
  staging:rtl8192u: Refactor use of enum dm_dig_sta_e - Style
  staging:rtl8192u: Refactor enum dm_ratr_sta_e usage - Style
  staging:rtl8192u: Remove enum dm_dig_op_e - Style
  staging:rtl8192u: Refactor enum dm_dig_alg_e - Style
  staging:rtl8192u: Remove unused enum dm_dig_dbg_e - Style
  staging:rtl8192u: Refactor dm_dig_connect_e - Style
  staging:rtl8192u: Refactor enum dm_dig_pd_th_e - Style
  staging:rtl8192u: Refactor enum dm_dig_cs_ratio_e - Style
  staging:rtl8192u: Refactor enum DM_CCK_Rx_Path_Method - Style

 drivers/staging/rtl8192u/r8192U.h        |  10 +-
 drivers/staging/rtl8192u/r8192U_dm.c     |  91 -----------------
 drivers/staging/rtl8192u/r8192U_dm.h     | 122 ++++++++---------------
 drivers/staging/rtl8192u/r819xU_cmdpkt.c |  16 +--
 drivers/staging/rtl8192u/r819xU_cmdpkt.h |  24 ++---
 5 files changed, 70 insertions(+), 193 deletions(-)

-- 
2.18.0


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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-28 23:14 [PATCH v2 00/08] staging:rtl8192u: cleanup of rtl819x_Qos.h - Style John Whitmore
2018-07-28 23:14 ` [PATCH v2 01/08] staging:rtl8192u: Add spaces around operators " John Whitmore
2018-07-28 23:14 ` [PATCH v2 02/08] staging:rtl8192u: Rename ACI_AIFSN " John Whitmore
2018-07-28 23:14 ` [PATCH v2 03/08] staging:rtl8192u: Rename member variables " John Whitmore
2018-07-28 23:14 ` [PATCH v2 04/08] staging:rtl8192u: Remove unused union AC_PARAM " John Whitmore
2018-07-28 23:14 ` [PATCH v2 05/08] staging:rtl8192u: Remove unused union ECW -Style John Whitmore
2018-07-28 23:14 ` [PATCH v2 06/08] staging:rtl8192u: Rename enum DIRECTION_VALUE - Style John Whitmore
2018-07-28 23:14 ` [PATCH v2 07/08] staging:rtl8192u: Rename union QOS_TSINFO " John Whitmore
2018-07-28 23:14 ` [PATCH v2 08/08] staging:rtl8192u: Remove unused constants " John Whitmore
2018-07-29 21:05 [PATCH v2 00/15] staging:rtl8192u: Coding style changes John Whitmore
2018-07-29 21:05 ` [PATCH v2 01/08] staging:rtl8192u: Add spaces around operators - Style John Whitmore

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.