All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] remove unnecessary braces and else block
@ 2025-12-17 14:24 Sanghyeon Lee
  2025-12-17 14:24 ` [PATCH v2 1/2] staging: rtl8723bs: remove unnecessary braces Sanghyeon Lee
  2025-12-17 14:24 ` [PATCH v2 2/2] staging: rtl8723bs: remove unnecessary else block Sanghyeon Lee
  0 siblings, 2 replies; 4+ messages in thread
From: Sanghyeon Lee @ 2025-12-17 14:24 UTC (permalink / raw)
  To: gregkh, karanja99erick; +Cc: linux-staging, linux-kernel, Sanghyeon Lee

This patch series fixed coding style warnings reported by checkpatch.pl
in drivers/staging/rtl8723bs/hal/odm_CfoTracking.c.

Changes in v2:
- Split the previous patch into two separate logical changes.

Sanghyeon Lee (2):
  staging: rtl8723bs: remove unnecessary braces
  staging: rtl8723bs: remove unnecessary else block

 drivers/staging/rtl8723bs/hal/odm_CfoTracking.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-12-17 14:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-17 14:24 [PATCH v2 0/2] remove unnecessary braces and else block Sanghyeon Lee
2025-12-17 14:24 ` [PATCH v2 1/2] staging: rtl8723bs: remove unnecessary braces Sanghyeon Lee
2025-12-17 14:33   ` Greg KH
2025-12-17 14:24 ` [PATCH v2 2/2] staging: rtl8723bs: remove unnecessary else block Sanghyeon Lee

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.