Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH v4 0/4] staging: rtl8723bs: fix efuse formatting and brace handling
@ 2026-05-17 14:37 Moksh Panicker
  2026-05-17 14:37 ` [PATCH 1/4] staging: rtl8723bs: reformat rtw_efuse_read_1_byte() signature Moksh Panicker
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Moksh Panicker @ 2026-05-17 14:37 UTC (permalink / raw)
  To: linux-staging; +Cc: gregkh, Moksh Panicker

This series fixes coding-style issues in
drivers/staging/rtl8723bs/core/rtw_efuse.c and adds a missing brace fix.

Patch 1 reformats rtw_efuse_read_1_byte() signature.
Patch 2 adds braces to the else clause in rtw_efuse.c.
Patch 3 reformats rtw_efuse_one_byte_read() signature.
Patch 4 fixes missing brace/comment formatting in rtw_efuse_read_1_byte().

v3 -> v4: added the missing brace fix as a separate patch and compile-tested the series. 

Moksh Panicker (4):
   staging: rtl8723bs: reformat rtw_efuse_read_1_byte() signature
   staging: rtl8723bs: add braces to else clause in rtw_efuse.c
   staging: rtl8723bs: reformat rtw_efuse_one_byte_read() signature
   staging: rtl8723bs: fix missing brace in rtw_efuse_read_1_byte

 drivers/staging/rtl8723bs/core/rtw_efuse.c | 12 ++++--------
 2 files changed, 7 insertions(+), 8 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH v4 0/4] staging: rtl8723bs: fix efuse formatting and brace handling
@ 2026-05-16 15:50 Moksh Panicker
  2026-05-16 15:50 ` [PATCH 4/4] staging: rtl8723bs: fix missing brace in rtw_efuse_read_1_byte Moksh Panicker
  0 siblings, 1 reply; 13+ messages in thread
From: Moksh Panicker @ 2026-05-16 15:50 UTC (permalink / raw)
  To: linux-staging; +Cc: gregkh, Moksh Panicker

This series fixes coding-style issues in drivers/staging/rtl8723bs/core/rtw_efuse.c and adds a missing brace fix.

Patch 1 adds braces to the else clause.
Patch 2 reformats rtw_efuse_one_byte_read().
Patch 3 fixes a NULL pointer dereference in mxl111sf.
Patch 4 fixes a missing brace in rtw_efuse_read_1_byte().

v3 -> v4: added the missing brace fix as a separate patch and compile-tested the series. 

Moksh Panicker (4):
  staging: rtl8723bs: add braces to else clause in rtw_efuse.c
  staging: rtl8723bs: reformat rtw_efuse_one_byte_read() signature
  media: mxl111sf: fix null pointer dereference in mxl111sf_ctrl_msg
  staging: rtl8723bs: fix missing brace in rtw_efuse_read_1_byte

 drivers/media/usb/dvb-usb-v2/mxl111sf.c    |  3 +++
 drivers/staging/rtl8723bs/core/rtw_efuse.c | 12 ++++--------
 2 files changed, 7 insertions(+), 8 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-05-18  4:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-17 14:37 [PATCH v4 0/4] staging: rtl8723bs: fix efuse formatting and brace handling Moksh Panicker
2026-05-17 14:37 ` [PATCH 1/4] staging: rtl8723bs: reformat rtw_efuse_read_1_byte() signature Moksh Panicker
2026-05-17 14:37 ` [PATCH 2/4] staging: rtl8723bs: add braces to else clause in rtw_efuse.c Moksh Panicker
2026-05-17 14:37 ` [PATCH 3/4] staging: rtl8723bs: reformat rtw_efuse_one_byte_read() signature Moksh Panicker
2026-05-17 14:37 ` [PATCH 4/4] staging: rtl8723bs: fix missing brace in rtw_efuse_read_1_byte Moksh Panicker
2026-05-17 14:56   ` Greg KH
2026-05-17 14:56 ` [PATCH v4 0/4] staging: rtl8723bs: fix efuse formatting and brace handling Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2026-05-16 15:50 Moksh Panicker
2026-05-16 15:50 ` [PATCH 4/4] staging: rtl8723bs: fix missing brace in rtw_efuse_read_1_byte Moksh Panicker
2026-05-16 16:02   ` Greg KH
2026-05-16 16:58     ` Moksh Panicker
2026-05-16 17:04       ` Moksh Panicker
2026-05-17 14:41         ` Moksh Panicker
2026-05-18  4:59   ` Dan Carpenter

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