All of lore.kernel.org
 help / color / mirror / Atom feed
* [Outreachy kernel] [PATCH 0/5] Compress two lines into one line
@ 2019-03-30 14:31 Payal Kshirsagar
  2019-03-30 14:31 ` [Outreachy kernel] [PATCH 1/5] staging: rtl8723bs: core: rtw_efuse.c: " Payal Kshirsagar
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Payal Kshirsagar @ 2019-03-30 14:31 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Payal Kshirsagar

Challenge suggested by coccinelle.
This patchset compresses two lines into one line and removes unnecessary variables.

Payal Kshirsagar (5):
  staging: rtl8723bs: core: rtw_efuse.c: Compress two lines into one
    line
  staging: rtl8723bs: core: rtw_cmd.c: Compress two lines into one line
  staging: rtl8723bs: hal: hal_com.c: Compress two lines into one line
  staging: rtl8723bs: core: rtw_pwrctrl.c: Compress two lines into one
    line
  staging: rtl8723bs: core: rtw_mlme.c: Compress two lines into one line

 drivers/staging/rtl8723bs/core/rtw_cmd.c     | 10 ++-------
 drivers/staging/rtl8723bs/core/rtw_efuse.c   | 33 +++++++++-------------------
 drivers/staging/rtl8723bs/core/rtw_mlme.c    |  5 +----
 drivers/staging/rtl8723bs/core/rtw_pwrctrl.c |  7 +-----
 drivers/staging/rtl8723bs/hal/hal_com.c      |  5 +----
 5 files changed, 15 insertions(+), 45 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2019-03-30 14:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-30 14:31 [Outreachy kernel] [PATCH 0/5] Compress two lines into one line Payal Kshirsagar
2019-03-30 14:31 ` [Outreachy kernel] [PATCH 1/5] staging: rtl8723bs: core: rtw_efuse.c: " Payal Kshirsagar
2019-03-30 14:31 ` [Outreachy kernel] [PATCH 2/5] staging: rtl8723bs: core: rtw_cmd.c: " Payal Kshirsagar
2019-03-30 14:31 ` [Outreachy kernel] [PATCH 3/5] staging: rtl8723bs: hal: hal_com.c: " Payal Kshirsagar
2019-03-30 14:31 ` [Outreachy kernel] [PATCH 4/5] staging: rtl8723bs: core: rtw_pwrctrl.c: " Payal Kshirsagar
2019-03-30 14:31 ` [Outreachy kernel] [PATCH 5/5] staging: rtl8723bs: core: rtw_mlme.c: " Payal Kshirsagar
2019-03-30 14:44   ` Julia Lawall
2019-03-30 14:52     ` 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.