linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] staging: rtl8192e: Rename or remove CamelCase variables from r8192_priv
@ 2023-01-18 19:58 Philipp Hortmann
  2023-01-18 19:58 ` [PATCH 1/9] staging: rtl8192e: Rename LongRetryL.., ShortRetryL.. and ReceiveConfig Philipp Hortmann
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Philipp Hortmann @ 2023-01-18 19:58 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel

Rename or remove variables to avoid CamelCase which is not accepted by
checkpatch.

Tested with rtl8192e
Transferred this patch over wlan connection of rtl8192e

Philipp Hortmann (9):
  staging: rtl8192e: Rename LongRetryL.., ShortRetryL.. and
    ReceiveConfig
  staging: rtl8192e: Rename LastRxDescTSF, LoopbackMode and pFirmware
  staging: rtl8192e: Rename PHYRegDef, CurrentChannelBW and CustomerID
  staging: rtl8192e: Remove unused variable SifsTime
  staging: rtl8192e: Remove unused variable framesyncC34
  staging: rtl8192e: Remove unused variable PwrDomainProtect
  staging: rtl8192e: Remove unused variable H2CTxCmdSeq
  staging: rtl8192e: Remove unused variable RF_C_TxPwDiff
  staging: rtl8192e: Remove unused variable DM_Type

 .../rtl8192e/rtl8192e/r8190P_rtl8256.c        |   4 +-
 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    |  70 ++++---
 .../rtl8192e/rtl8192e/r8192E_firmware.c       |   4 +-
 .../staging/rtl8192e/rtl8192e/r8192E_phy.c    | 192 +++++++++---------
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c  |  12 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_core.h  |  26 +--
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c    |  38 ++--
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h    |   2 -
 8 files changed, 165 insertions(+), 183 deletions(-)

-- 
2.39.0


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

end of thread, other threads:[~2023-01-18 20:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-18 19:58 [PATCH 0/9] staging: rtl8192e: Rename or remove CamelCase variables from r8192_priv Philipp Hortmann
2023-01-18 19:58 ` [PATCH 1/9] staging: rtl8192e: Rename LongRetryL.., ShortRetryL.. and ReceiveConfig Philipp Hortmann
2023-01-18 19:58 ` [PATCH 2/9] staging: rtl8192e: Rename LastRxDescTSF, LoopbackMode and pFirmware Philipp Hortmann
2023-01-18 19:59 ` [PATCH 3/9] staging: rtl8192e: Rename PHYRegDef, CurrentChannelBW and CustomerID Philipp Hortmann
2023-01-18 19:59 ` [PATCH 4/9] staging: rtl8192e: Remove unused variable SifsTime Philipp Hortmann
2023-01-18 19:59 ` [PATCH 5/9] staging: rtl8192e: Remove unused variable framesyncC34 Philipp Hortmann
2023-01-18 19:59 ` [PATCH 7/9] staging: rtl8192e: Remove unused variable H2CTxCmdSeq Philipp Hortmann
2023-01-18 19:59 ` [PATCH 6/9] staging: rtl8192e: Remove unused variable PwrDomainProtect Philipp Hortmann
2023-01-18 20:00 ` [PATCH 8/9] staging: rtl8192e: Remove unused variable RF_C_TxPwDiff Philipp Hortmann
2023-01-18 20:00 ` [PATCH 9/9] staging: rtl8192e: Remove unused variable DM_Type Philipp Hortmann

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).