All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Trivial code cleanup patches
@ 2023-05-28 14:51 Yogesh Hegde
  2023-05-28 14:51 ` [PATCH 1/4] staging: rtl8192e: Rename variable SetWirelessMode Yogesh Hegde
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Yogesh Hegde @ 2023-05-28 14:51 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel

Rename variables in struct rtllib_device to avoid CamelCase which is not 
accepted by checkpatch.

Yogesh Hegde (4):
  staging: rtl8192e: Rename variable SetWirelessMode
  staging: rtl8192e: Rename variable SetBWModeHandler
  staging: rtl8192e: Rename variable LeisurePSLeave
  staging: rtl8192e: Rename variable InitialGainHandler

 drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c |  4 ++--
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c   |  8 ++++----
 drivers/staging/rtl8192e/rtl819x_HTProc.c      |  4 ++--
 drivers/staging/rtl8192e/rtllib.h              | 12 ++++++------
 drivers/staging/rtl8192e/rtllib_rx.c           |  2 +-
 drivers/staging/rtl8192e/rtllib_softmac.c      | 12 ++++++------
 drivers/staging/rtl8192e/rtllib_softmac_wx.c   |  6 +++---
 7 files changed, 24 insertions(+), 24 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/4] Trivial code cleanup patches
@ 2023-07-02 12:14 ` Yogesh Hegde
  0 siblings, 0 replies; 13+ messages in thread
From: Yogesh Hegde @ 2023-07-02 12:14 UTC (permalink / raw)
  To: gregkh, linux-staging, linux-kernel; +Cc: linux-kernel-mentees

Rename variables in function _rtl92e_dm_check_rate_adaptive 
to avoid checkpatch complains.

The patches are required to be applied in sequence.

Yogesh Hegde (4):
  staging: rtl8192e: Rename variable currentRATR
  staging: rtl8192e: Rename variable targetRATR
  staging: rtl8192e: Rename variable LowRSSIThreshForRA
  staging: rtl8192e: Rename variable HighRSSIThreshForRA

 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 38 +++++++++++-----------
 1 file changed, 19 insertions(+), 19 deletions(-)

-- 
2.34.1

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

end of thread, other threads:[~2023-07-08  6:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-28 14:51 [PATCH 0/4] Trivial code cleanup patches Yogesh Hegde
2023-05-28 14:51 ` [PATCH 1/4] staging: rtl8192e: Rename variable SetWirelessMode Yogesh Hegde
2023-05-28 16:01   ` Greg Kroah-Hartman
2023-05-31 15:46     ` Yogesh Hegde
2023-05-28 14:51 ` [PATCH 2/4] staging: rtl8192e: Rename variable SetBWModeHandler Yogesh Hegde
2023-05-28 14:52 ` [PATCH 3/4] staging: rtl8192e: Rename variable LeisurePSLeave Yogesh Hegde
2023-05-28 14:52 ` [PATCH 4/4] staging: rtl8192e: Rename variable InitialGainHandler Yogesh Hegde
  -- strict thread matches above, loose matches on Subject: below --
2023-07-02 12:14 [PATCH 0/4] Trivial code cleanup patches Yogesh Hegde
2023-07-02 12:14 ` Yogesh Hegde
2023-07-06 15:30 ` Philipp Hortmann
2023-07-06 15:30   ` Philipp Hortmann
2023-07-08  6:42   ` Yogesh Hegde
2023-07-08  6:42     ` Yogesh Hegde

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.