All of lore.kernel.org
 help / color / mirror / Atom feed
* [Outreachy kernel] [PATCH v2 0/7] staging: rtlwifi: Compress two lines
@ 2019-03-31 14:41 Payal Kshirsagar
  2019-03-31 14:41 ` [Outreachy kernel] [PATCH v2 1/7] staging: rtlwifi: Compress two lines into one line Payal Kshirsagar
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Payal Kshirsagar @ 2019-03-31 14:41 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Payal Kshirsagar

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



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

end of thread, other threads:[~2019-04-01 17:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-31 14:41 [Outreachy kernel] [PATCH v2 0/7] staging: rtlwifi: Compress two lines Payal Kshirsagar
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

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.