All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] staging: rtl8723bs: clean up coding style in sdio_intf.c
@ 2026-05-29  9:55 Vitaliy Slivinskiy
  2026-05-29  9:55 ` [PATCH v2 1/3] staging: rtl8723bs: remove unnecessary braces and comments Vitaliy Slivinskiy
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vitaliy Slivinskiy @ 2026-05-29  9:55 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, dan.carpenter, Vitaliy Slivinskiy

*** BLURB HERE ***

This patch series fixes several coding style issues in sdio_intf.c
reported by checkpatch.pl, including unnecessary braces, spacing
around conditional operators, and formatting of function declarations.

Changes in v2:
- Split the changes into three separate patches as requested.
- Fixed the sentinel entry in the sdio_ids array to have no comment and no trailing comma.


-- 
2.53.0


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

end of thread, other threads:[~2026-05-29 10:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-29  9:55 [PATCH v2 0/3] staging: rtl8723bs: clean up coding style in sdio_intf.c Vitaliy Slivinskiy
2026-05-29  9:55 ` [PATCH v2 1/3] staging: rtl8723bs: remove unnecessary braces and comments Vitaliy Slivinskiy
2026-05-29 10:42   ` Dan Carpenter
2026-05-29  9:55 ` [PATCH v2 2/3] staging: rtl8723bs: fix spacing around conditional operators Vitaliy Slivinskiy
2026-05-29  9:55 ` [PATCH v2 3/3] staging: rtl8723bs: clean up blank lines and function formatting Vitaliy Slivinskiy

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.