Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH v2 0/3] staging: rtl8723bs: fix coding style issues and improve readability
@ 2025-07-20 14:55 Ali Nasrolahi
  2025-07-20 14:55 ` [PATCH v2 1/3] staging: rtl8723bs: fix comment style and formatting in osdep_service.c Ali Nasrolahi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ali Nasrolahi @ 2025-07-20 14:55 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, linux-staging, Ali Nasrolahi

This patch series addresses several coding style and comment formatting issues
in the rtl8723bs staging driver as reported by checkpatch.pl.

Changes include:
- Fixing block comment markers and alignment
- Improving function declaration readability
- Replacing unnamed parameters with named ones
- Removing redundant semicolons and excess spacing

No functional changes are introduced in this series.

Ali Nasrolahi (3):
  staging: rtl8723bs: fix comment style and formatting in osdep_service.c
  staging: rtl8723bs: fix comment formatting in basic_types.h
  staging: rtl8723bs: replace unnamed parameters in hal_btcoex.h for consistency

 drivers/staging/rtl8723bs/include/basic_types.h  | 15 +++++++--------
 drivers/staging/rtl8723bs/include/hal_btcoex.h   |  8 ++++----
 drivers/staging/rtl8723bs/os_dep/osdep_service.c | 11 ++++++-----
 3 files changed, 17 insertions(+), 17 deletions(-)

--
2.50.1


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

end of thread, other threads:[~2025-07-21  5:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-20 14:55 [PATCH v2 0/3] staging: rtl8723bs: fix coding style issues and improve readability Ali Nasrolahi
2025-07-20 14:55 ` [PATCH v2 1/3] staging: rtl8723bs: fix comment style and formatting in osdep_service.c Ali Nasrolahi
2025-07-20 14:55 ` [PATCH v2 2/3] staging: rtl8723bs: fix comment formatting in basic_types.h Ali Nasrolahi
2025-07-21  5:54   ` Greg KH
2025-07-20 14:55 ` [PATCH v2 3/3] staging: rtl8723bs: replace unnamed parameters in hal_btcoex.h for consistency Ali Nasrolahi

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