All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] staging: vt6655: replace camel case variables
@ 2021-09-24 20:59 ` Tommaso Merciai
  0 siblings, 0 replies; 13+ messages in thread
From: Tommaso Merciai @ 2021-09-24 20:59 UTC (permalink / raw)
  Cc: tomm.merciai, Forest Bond, Greg Kroah-Hartman,
	Madhumitha Prabakaran, Yujia Qiao, Lucas Henneman,
	Aldas Taraškevičius, Gustavo A. R. Silva,
	Deepak R Varma, Marcos Antonio de Jesus Filho, linux-staging,
	linux-kernel

bShortSlotTime -> b_short_slot_time
ldBmThreshold -> ld_bm_threshold
PortOffset -> port_offset

Tommaso Merciai (3):
  staging: vt6655: replace camel case b_short_slot_time instead of
    bShortSlotTime.
  staging: vt6655: replace camel case ld_bm_threshold instead of
    ldBmThreshold.
  staging: vt6655: replace camel case port_offset instead of 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] 13+ messages in thread

end of thread, other threads:[~2021-09-25  6:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-24 20:59 [PATCH v2 0/3] staging: vt6655: replace camel case variables Tommaso Merciai
2021-09-24 20:59 ` Tommaso Merciai
2021-09-24 21:00 ` [PATCH v2 1/3] staging: vt6655: replace camel case b_short_slot_time instead of bShortSlotTime Tommaso Merciai
2021-09-24 21:00   ` Tommaso Merciai
2021-09-25  6:16   ` Greg Kroah-Hartman
2021-09-24 21:00 ` [PATCH v2 2/3] staging: vt6655: replace camel case ld_bm_threshold instead of ldBmThreshold Tommaso Merciai
2021-09-24 21:00   ` Tommaso Merciai
2021-09-24 21:00 ` [PATCH v2 3/3] staging: vt6655: replace camel case port_offset instead of PortOffset Tommaso Merciai
2021-09-24 21:00   ` Tommaso Merciai
2021-09-24 21:56   ` Gustavo A. R. Silva
2021-09-24 22:01     ` Tommaso Merciai
2021-09-24 22:15       ` Gustavo A. R. Silva
2021-09-24 22:18         ` Tommaso Merciai

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.