From: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Subject: [Outreachy kernel] [PATCH v2 0/7] staging: rtlwifi: Compress two lines
Date: Sun, 31 Mar 2019 20:11:27 +0530 [thread overview]
Message-ID: <cover.1554042595.git.payal.s.kshirsagar.98@gmail.com> (raw)
This patchset:
-Compresses two lines into one line that is to return a value sometimes it need not be stored in temporary return variable and removes unnecessary variables.
Changes in v2:
-Subject line for patch number 6 and 7 made different.
Payal Kshirsagar (7):
staging: rtlwifi: Compress two lines into one line
staging: rtlwifi: phydm: phydm.c: Compress two lines into one line
staging: rtlwifi: phydm: phydm_rainfo.c: Compress two lines into one
line
staging: rtlwifi: btcoexist: Compress two lines into one line
staging: rtlwifi: halmac: halmac_88xx: Compress two lines into one
line
staging: rtlwifi: halmac: Compress two lines into one line
staging: rtlwifi: halmac: halmac_api.c: Compress two lines into one
line
drivers/staging/rtlwifi/btcoexist/halbtcoutsrc.c | 5 +----
.../rtlwifi/halmac/halmac_88xx/halmac_api_88xx_sdio.c | 5 +----
.../rtlwifi/halmac/halmac_88xx/halmac_api_88xx_usb.c | 5 +----
drivers/staging/rtlwifi/halmac/halmac_api.c | 7 ++-----
drivers/staging/rtlwifi/phydm/phydm.c | 16 ++++------------
drivers/staging/rtlwifi/phydm/phydm_rainfo.c | 5 +----
drivers/staging/rtlwifi/rtl8822be/phy.c | 12 ++++--------
7 files changed, 14 insertions(+), 41 deletions(-)
--
2.7.4
next reply other threads:[~2019-03-31 14:41 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-31 14:41 Payal Kshirsagar [this message]
2019-03-31 14:41 ` [Outreachy kernel] [PATCH v2 1/7] staging: rtlwifi: Compress two lines into one line Payal Kshirsagar
2019-04-01 17:22 ` Greg KH
2019-03-31 14:41 ` [Outreachy kernel] [PATCH v2 2/7] staging: rtlwifi: phydm: phydm.c: " Payal Kshirsagar
2019-03-31 14:41 ` [Outreachy kernel] [PATCH v2 3/7] staging: rtlwifi: phydm: phydm_rainfo.c: " Payal Kshirsagar
2019-03-31 14:41 ` [Outreachy kernel] [PATCH v2 4/7] staging: rtlwifi: btcoexist: " Payal Kshirsagar
2019-03-31 14:41 ` [Outreachy kernel] [PATCH v2 5/7] staging: rtlwifi: halmac: halmac_88xx: " Payal Kshirsagar
2019-03-31 14:41 ` [Outreachy kernel] [PATCH v2 6/7] staging: rtlwifi: halmac: " Payal Kshirsagar
2019-03-31 14:41 ` [Outreachy kernel] [PATCH v2 7/7] staging: rtlwifi: halmac: halmac_api.c: " Payal Kshirsagar
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.1554042595.git.payal.s.kshirsagar.98@gmail.com \
--to=payal.s.kshirsagar.98@gmail.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.