public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Clean up patches for rtl8723bs driver
@ 2025-04-01 16:59 Erick Karanja
  2025-04-01 16:59 ` [PATCH v2 1/5] staging: rtl8723bs: use preferred comparison order Erick Karanja
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Erick Karanja @ 2025-04-01 16:59 UTC (permalink / raw)
  To: gregkh, outreachy
  Cc: karanja99erick, philipp.g.hortmann, linux-staging, linux-kernel

This is version 2 of the patch series that cleaned up the rtl8723bs
module.

Changes in v2:
	- Dropped [PATCH 2/5]: Dropped the patch as requested and resubmit the patch
	individually.
	- Record more changes related to [PATCH 5/5]: add a new patch to
	cover for changes related to this patch
	- Redo [PATCH 4/5]: Remove all comments containing code so as to
	adhere to the Linux kernel coding style
Patch 1, 3 and 5 remain unchanged from v1.
	

Erick Karanja (5):
  staging: rtl8723bs: use preferred comparison order
  staging: rtl8723bs: add spaces between ternary and binary operators
  staging: rtl8723bs: Rename variables
  staging: rtl8723bs: fix check lines should not end with a '('
  staging: rtl8723bs: no space before tabs

 .../staging/rtl8723bs/hal/HalBtc8723b1Ant.c   | 1868 ++++++++---------
 drivers/staging/rtl8723bs/hal/hal_btcoex.c    |   55 +-
 .../staging/rtl8723bs/hal/odm_CfoTracking.c   |    4 +-
 3 files changed, 902 insertions(+), 1025 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-04-01 22:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-01 16:59 [PATCH v2 0/5] Clean up patches for rtl8723bs driver Erick Karanja
2025-04-01 16:59 ` [PATCH v2 1/5] staging: rtl8723bs: use preferred comparison order Erick Karanja
2025-04-01 22:32   ` Julia Lawall
2025-04-01 16:59 ` [PATCH v2 2/5] staging: rtl8723bs: add spaces between ternary and binary operators Erick Karanja
2025-04-01 22:30   ` Julia Lawall
2025-04-01 16:59 ` [PATCH v2 3/5] staging: rtl8723bs: Rename variables Erick Karanja
2025-04-01 22:28   ` Julia Lawall
2025-04-01 16:59 ` [PATCH v2 4/5] staging: rtl8723bs: fix check lines should not end with a '(' Erick Karanja
2025-04-01 16:59 ` [PATCH v2 5/5] staging: rtl8723bs: no space before tabs Erick Karanja
2025-04-01 18:18   ` Greg KH
2025-04-01 22:25   ` Julia Lawall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox