All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] staging: rtl8192e: ba_record struct cleanups
@ 2021-02-19 23:11 ` William Durand
  0 siblings, 0 replies; 16+ messages in thread
From: William Durand @ 2021-02-19 23:11 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: devel, linux-kernel

This patchset fixes the checkpatch issues related to the `ba_record`
struct defined in `rtl8192e/rtl819x_BA.h` (avoid camelcase). The last
patch reformats the struct a bit to be more consistent with the other
types defined in the same file.

William Durand (7):
  staging: rtl8192e: rename Timer to timer in ba_record struct
  staging: rtl8192e: rename bValid to b_valid in ba_record struct
  staging: rtl8192e: rename DialogToken to dialog_token in ba_record struct
  staging: rtl8192e: rename BaParamSet to ba_param_set in ba_record struct
  staging: rtl8192e: rename BaTimeoutValue to ba_timeout_value in ba_record struct
  staging: rtl8192e: rename BaStartSeqCtrl to ba_start_seq_ctrl in ba_record struct
  staging: rtl8192e: reformat ba_record struct

 drivers/staging/rtl8192e/rtl819x_BA.h     | 12 +--
 drivers/staging/rtl8192e/rtl819x_BAProc.c | 96 +++++++++++------------
 drivers/staging/rtl8192e/rtl819x_TSProc.c |  6 +-
 drivers/staging/rtl8192e/rtllib_tx.c      |  4 +-
 4 files changed, 59 insertions(+), 59 deletions(-)

--
2.30.0


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

end of thread, other threads:[~2021-02-21 20:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-19 23:11 [PATCH 0/7] staging: rtl8192e: ba_record struct cleanups William Durand
2021-02-19 23:11 ` William Durand
2021-02-19 23:11 ` [PATCH 1/7] staging: rtl8192e: rename Timer to timer in ba_record struct William Durand
2021-02-19 23:11   ` William Durand
2021-02-19 23:11 ` [PATCH 2/7] staging: rtl8192e: rename bValid to b_valid " William Durand
2021-02-19 23:11   ` William Durand
2021-02-19 23:11 ` [PATCH 3/7] staging: rtl8192e: rename DialogToken to dialog_token " William Durand
2021-02-19 23:11   ` William Durand
2021-02-19 23:11 ` [PATCH 4/7] staging: rtl8192e: rename BaParamSet to ba_param_set " William Durand
2021-02-19 23:11   ` William Durand
2021-02-19 23:11 ` [PATCH 5/7] staging: rtl8192e: rename BaTimeoutValue to ba_timeout_value " William Durand
2021-02-19 23:11   ` William Durand
2021-02-19 23:11 ` [PATCH 6/7] staging: rtl8192e: rename BaStartSeqCtrl to ba_start_seq_ctrl " William Durand
2021-02-19 23:11   ` William Durand
2021-02-19 23:11 ` [PATCH 7/7] staging: rtl8192e: reformat " William Durand
2021-02-19 23:11   ` William Durand

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.