All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: rtl8723bs: cleanups for checkpatch fixes
@ 2022-09-22 12:23 Kang Minchul
  2022-09-22 12:23 ` [PATCH 1/4] staging: rtl8723bs: replace code indent as tabs Kang Minchul
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kang Minchul @ 2022-09-22 12:23 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Johannes Berg, Veerendranath Jakkam, GUO Zihua, Hannes Braun,
	linux-staging, linux-kernel, Kang Minchul

This patch series removes errors and warnings generated by checkpatch

Kang Minchul (4):
  staging: rtl8723bs: replace code indent as tabs
  staging: rtl8723bs: Relocate constant on the right side of test
  staging: rtl8723bs: Make switch and case at the same indent
  staging: rtl8723bs: Add a blank line after declarations

 .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 106 +++++++++---------
 1 file changed, 54 insertions(+), 52 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-09-22 12:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22 12:23 [PATCH 0/4] staging: rtl8723bs: cleanups for checkpatch fixes Kang Minchul
2022-09-22 12:23 ` [PATCH 1/4] staging: rtl8723bs: replace code indent as tabs Kang Minchul
2022-09-22 12:23 ` [PATCH 2/4] staging: rtl8723bs: Relocate constant on the right side of test Kang Minchul
2022-09-22 12:23 ` [PATCH 3/4] staging: rtl8723bs: Make switch and case at the same indent Kang Minchul
2022-09-22 12:23 ` [PATCH 4/4] staging: rtl8723bs: Add a blank line after declarations Kang Minchul

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.