All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: rtl8192e: coding style cleanups
@ 2024-02-22 11:27 Michael Straube
  2024-02-22 11:27 ` [PATCH 1/3] staging: rtl8192e: rename rateIndex to rate_index Michael Straube
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Michael Straube @ 2024-02-22 11:27 UTC (permalink / raw)
  To: gregkh; +Cc: philipp.g.hortmann, linux-staging, linux-kernel, Michael Straube

Another small series with coding style cleanups.
Compile-tested only.

Michael Straube (3):
  staging: rtl8192e: rename rateIndex to rate_index
  staging: rtl8192e: remove empty cases from switch statements
  staging: rtl8192e: rename enum members to upper case

 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    | 64 +++++++++----------
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c    | 29 ++++-----
 drivers/staging/rtl8192e/rtllib.h             |  6 +-
 3 files changed, 48 insertions(+), 51 deletions(-)

-- 
2.43.1


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

end of thread, other threads:[~2024-02-22 18:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-22 11:27 [PATCH 0/3] staging: rtl8192e: coding style cleanups Michael Straube
2024-02-22 11:27 ` [PATCH 1/3] staging: rtl8192e: rename rateIndex to rate_index Michael Straube
2024-02-22 11:27 ` [PATCH 2/3] staging: rtl8192e: remove empty cases from switch statements Michael Straube
2024-02-22 11:27 ` [PATCH 3/3] staging: rtl8192e: rename enum members to upper case Michael Straube
2024-02-22 18:27 ` [PATCH 0/3] staging: rtl8192e: coding style cleanups 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.