linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch  0/3] Staging: rtl8723bs: Fix codestyle errors and warnings
@ 2022-01-24  3:44 Jagath Jog J
  2022-01-24  3:44 ` [Patch 1/3] Staging: rtl8723bs: Placing opening { braces in previous line Jagath Jog J
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jagath Jog J @ 2022-01-24  3:44 UTC (permalink / raw)
  To: gregkh, hdegoede, Larry.Finger
  Cc: fabioaiuto83, dan.carpenter, marcocesati, linux-staging,
	linux-kernel, jagathjog1996

This series fix the following errors/warnings:

-Placing { braces at the end of same line of if condition
-Removed extra spaces in declaration
-Placing necessary blank line after declaration

Jagath Jog J (3):
  Staging: rtl8723bs: Placing opening { braces in previous line
  Staging: rtl8723bs: Removed extra spaces between datatype and variable
  Staging: rtl8723bs: Inserting blank line after declaration

 drivers/staging/rtl8723bs/core/rtw_cmd.c      | 54 +++++-----
 drivers/staging/rtl8723bs/hal/hal_intf.c      |  5 +
 .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 98 ++++++-------------
 3 files changed, 63 insertions(+), 94 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-01-25 17:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-24  3:44 [Patch 0/3] Staging: rtl8723bs: Fix codestyle errors and warnings Jagath Jog J
2022-01-24  3:44 ` [Patch 1/3] Staging: rtl8723bs: Placing opening { braces in previous line Jagath Jog J
2022-01-25 17:22   ` Joe Perches
2022-01-24  3:44 ` [Patch 2/3] Staging: rtl8723bs: Removed extra spaces between datatype and variable Jagath Jog J
2022-01-24  3:44 ` [Patch 3/3] Staging: rtl8723bs: Inserting blank line after declaration Jagath Jog J
2022-01-24  8:16 ` [Patch 0/3] Staging: rtl8723bs: Fix codestyle errors and warnings Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).