All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: rtl8723bs: core: cleanup blank lines and indentations
@ 2018-10-29 22:33 Kimberly Brown
  2018-10-29 22:36 ` [PATCH 1/2] staging: rtl8723bs: core: remove unnecessary blank lines Kimberly Brown
  2018-10-29 22:37 ` [PATCH 2/2] staging: rtl8723bs: core: cleanup incorrect indentations Kimberly Brown
  0 siblings, 2 replies; 5+ messages in thread
From: Kimberly Brown @ 2018-10-29 22:33 UTC (permalink / raw)
  To: outreachy-kernel, Greg Kroah-Hartman, Bastien Nocera,
	Hans de Goede, Larry Finger

This patchset removes unnecessary blank lines and fixes incorrect
indentations in if statements and for loops.

Kimberly Brown (2):
  staging: rtl8723bs: core: remove unnecessary blank lines
  staging: rtl8723bs: core: cleanup incorrect indentations

 drivers/staging/rtl8723bs/core/rtw_ap.c       | 214 +-----------------
 drivers/staging/rtl8723bs/core/rtw_cmd.c      |   2 +-
 drivers/staging/rtl8723bs/core/rtw_eeprom.c   |  20 +-
 .../staging/rtl8723bs/core/rtw_ieee80211.c    |  25 +-
 drivers/staging/rtl8723bs/core/rtw_mlme.c     |  34 +--
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c |  14 +-
 drivers/staging/rtl8723bs/core/rtw_pwrctrl.c  |   2 +-
 drivers/staging/rtl8723bs/core/rtw_recv.c     |   6 +-
 drivers/staging/rtl8723bs/core/rtw_security.c |   4 +-
 drivers/staging/rtl8723bs/core/rtw_sta_mgt.c  |   2 +-
 .../staging/rtl8723bs/core/rtw_wlan_util.c    |  46 ++--
 drivers/staging/rtl8723bs/core/rtw_xmit.c     |   7 +-
 12 files changed, 83 insertions(+), 293 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2018-10-30 11:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-29 22:33 [PATCH 0/2] staging: rtl8723bs: core: cleanup blank lines and indentations Kimberly Brown
2018-10-29 22:36 ` [PATCH 1/2] staging: rtl8723bs: core: remove unnecessary blank lines Kimberly Brown
2018-10-30 11:23   ` Hans de Goede
2018-10-29 22:37 ` [PATCH 2/2] staging: rtl8723bs: core: cleanup incorrect indentations Kimberly Brown
2018-10-29 22:53   ` [Outreachy kernel] " Sasha Levin

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.