All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kimberly Brown <kimbrownkd@gmail.com>
To: outreachy-kernel@googlegroups.com,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Bastien Nocera <hadess@hadess.net>,
	Hans de Goede <hdegoede@redhat.com>,
	Larry Finger <Larry.Finger@lwfinger.net>
Subject: [PATCH 0/2] staging: rtl8723bs: core: cleanup blank lines and indentations
Date: Mon, 29 Oct 2018 18:33:54 -0400	[thread overview]
Message-ID: <cover.1540850888.git.kimbrownkd@gmail.com> (raw)

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



             reply	other threads:[~2018-10-29 22:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-29 22:33 Kimberly Brown [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1540850888.git.kimbrownkd@gmail.com \
    --to=kimbrownkd@gmail.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=hadess@hadess.net \
    --cc=hdegoede@redhat.com \
    --cc=outreachy-kernel@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.