linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/3] staging: vt6655: replace camel case variables
@ 2021-10-05 20:56 Tommaso Merciai
  2021-10-05 20:56 ` [PATCH v7 1/3] staging: vt6655: fix camelcase in bShortSlotTime Tommaso Merciai
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Tommaso Merciai @ 2021-10-05 20:56 UTC (permalink / raw)
  Cc: tomm.merciai, Forest Bond, Greg Kroah-Hartman, Lucas Henneman,
	linux-staging, linux-kernel

This series replace the following camel case variables into
equivalent snake case variable for vt6655 driver.

bShortSlotTime -> short_slot_time
ldBmThreshold -> dbm_threshold
PortOffset -> port_offset

Tommaso Merciai (3):
  staging: vt6655: fix camelcase in bShortSlotTime
  staging: vt6655: fix camelcase in ldBmThreshold
  staging: vt6655: fix camelcase in PortOffset

 drivers/staging/vt6655/baseband.c    |  58 +++++------
 drivers/staging/vt6655/card.c        |  90 ++++++++--------
 drivers/staging/vt6655/channel.c     |  10 +-
 drivers/staging/vt6655/device.h      |   6 +-
 drivers/staging/vt6655/device_main.c | 150 +++++++++++++--------------
 drivers/staging/vt6655/mac.c         |  46 ++++----
 drivers/staging/vt6655/power.c       |  24 ++---
 drivers/staging/vt6655/rf.c          |  12 +--
 drivers/staging/vt6655/rxtx.c        |  12 +--
 9 files changed, 204 insertions(+), 204 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-10-07  7:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 20:56 [PATCH v7 0/3] staging: vt6655: replace camel case variables Tommaso Merciai
2021-10-05 20:56 ` [PATCH v7 1/3] staging: vt6655: fix camelcase in bShortSlotTime Tommaso Merciai
2021-10-06  8:09   ` Dan Carpenter
2021-10-07  7:10     ` Tommaso Merciai
2021-10-05 20:56 ` [PATCH v7 2/3] staging: vt6655: fix camelcase in ldBmThreshold Tommaso Merciai
2021-10-05 20:56 ` [PATCH v7 3/3] staging: vt6655: fix camelcase in PortOffset Tommaso Merciai

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