All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] staging: rtl8192e: Rename CamelCase variables in rtl_core
@ 2022-09-09 19:20 Philipp Hortmann
  2022-09-09 19:21 ` [PATCH 1/8] staging: rtl8192e: Rename ChangeSource Philipp Hortmann
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Philipp Hortmann @ 2022-09-09 19:20 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel

Rename CamelCase variables in rtl_core.c and friends to avoid CamelCase which
is not accepted by checkpatch.pl.

Tested with rtl8192e
Transferred this patch over wlan connection of rtl8192e

Philipp Hortmann (8):
  staging: rtl8192e: Rename ChangeSource
  staging: rtl8192e: Rename bActionAllowed
  staging: rtl8192e: Rename bConnectBySSID
  staging: rtl8192e: Rename rtState
  staging: rtl8192e: Rename RFWaitCounter
  staging: rtl8192e: Rename RFChangeInProgress
  staging: rtl8192e: Rename bHwRadioOff
  staging: rtl8192e: Rename CurSlotTime

 drivers/staging/rtl8192e/rtl8192e/rtl_cam.c  |  6 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 84 ++++++++++----------
 drivers/staging/rtl8192e/rtl8192e/rtl_core.h |  6 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c   | 10 +--
 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c   | 22 ++---
 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c   | 52 ++++++------
 6 files changed, 90 insertions(+), 90 deletions(-)

-- 
2.37.2


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

end of thread, other threads:[~2022-09-09 19:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-09 19:20 [PATCH 0/8] staging: rtl8192e: Rename CamelCase variables in rtl_core Philipp Hortmann
2022-09-09 19:21 ` [PATCH 1/8] staging: rtl8192e: Rename ChangeSource Philipp Hortmann
2022-09-09 19:21 ` [PATCH 2/8] staging: rtl8192e: Rename bActionAllowed Philipp Hortmann
2022-09-09 19:21 ` [PATCH 3/8] staging: rtl8192e: Rename bConnectBySSID Philipp Hortmann
2022-09-09 19:21 ` [PATCH 4/8] staging: rtl8192e: Rename rtState Philipp Hortmann
2022-09-09 19:21 ` [PATCH 5/8] staging: rtl8192e: Rename RFWaitCounter Philipp Hortmann
2022-09-09 19:21 ` [PATCH 6/8] staging: rtl8192e: Rename RFChangeInProgress Philipp Hortmann
2022-09-09 19:22 ` [PATCH 7/8] staging: rtl8192e: Rename bHwRadioOff Philipp Hortmann
2022-09-09 19:22 ` [PATCH 8/8] staging: rtl8192e: Rename CurSlotTime Philipp Hortmann

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.