All of lore.kernel.org
 help / color / mirror / Atom feed
* [Outreachy kernel] [PATCH 0/8]staging: rtl8723bs: Remove unnecessary parentheses
@ 2019-03-30  5:12 Payal Kshirsagar
  2019-03-30  5:12 ` [Outreachy kernel] [PATCH 1/8] staging: rtl8723bs: hal: sdio_ops.c: " Payal Kshirsagar
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Payal Kshirsagar @ 2019-03-30  5:12 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Payal Kshirsagar

Challenge suggested by coccinelle

This patchset removes unnecessary parentheses while returning a value by
evaluating an expression, using following semantic patch:

@@ 
expression e;
@@

return
- (
e
- )
;

Payal Kshirsagar (8):
  staging: rtl8723bs: hal: sdio_ops.c: Remove unnecessary parentheses
  staging: rtl8723bs: hal: rtl8723b_phycfg.c: Remove unnecessary
    parentheses
  staging: rtl8723bs: hal: hal_com.c: Remove unnecessary parentheses
  staging: rtl8723bs: hal: odm_HWConfig.c: Remove unnecessary
    parentheses
  staging: rtl8723bs: core: rtw_mlme.c: Remove unnecessary parentheses
  staging: rtl8723bs: core: rtw_wlan_util.c: Remove unnecessary
    parentheses
  staging: rtl8723bs: core: rtw_ieee80211.c: Remove unnecessary
    parentheses
  staging: rtl8723bs: os_dep: ioctl_linux.c: Remove unnecessary
    parentheses

 drivers/staging/rtl8723bs/core/rtw_ieee80211.c  | 6 +++---
 drivers/staging/rtl8723bs/core/rtw_mlme.c       | 8 ++++----
 drivers/staging/rtl8723bs/core/rtw_wlan_util.c  | 2 +-
 drivers/staging/rtl8723bs/hal/hal_com.c         | 6 +++---
 drivers/staging/rtl8723bs/hal/odm_HWConfig.c    | 2 +-
 drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c | 2 +-
 drivers/staging/rtl8723bs/hal/sdio_ops.c        | 6 +++---
 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c  | 2 +-
 8 files changed, 17 insertions(+), 17 deletions(-)

-- 
2.7.4



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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-30  5:12 [Outreachy kernel] [PATCH 0/8]staging: rtl8723bs: Remove unnecessary parentheses Payal Kshirsagar
2019-03-30  5:12 ` [Outreachy kernel] [PATCH 1/8] staging: rtl8723bs: hal: sdio_ops.c: " Payal Kshirsagar
2019-03-30  5:12 ` [Outreachy kernel] [PATCH 2/8] staging: rtl8723bs: hal: rtl8723b_phycfg.c: " Payal Kshirsagar
2019-03-30  5:12 ` [Outreachy kernel] [PATCH 3/8] staging: rtl8723bs: hal: hal_com.c: " Payal Kshirsagar
2019-03-30  5:12 ` [Outreachy kernel] [PATCH 4/8] staging: rtl8723bs: hal: odm_HWConfig.c: " Payal Kshirsagar
2019-03-30  5:12 ` [Outreachy kernel] [PATCH 5/8] staging: rtl8723bs: core: rtw_mlme.c: " Payal Kshirsagar
2019-03-30  5:12 ` [Outreachy kernel] [PATCH 6/8] staging: rtl8723bs: core: rtw_wlan_util.c: " Payal Kshirsagar
2019-03-30  5:12 ` [Outreachy kernel] [PATCH 7/8] staging: rtl8723bs: core: rtw_ieee80211.c: " Payal Kshirsagar
2019-03-30  5:12 ` [Outreachy kernel] [PATCH 8/8] staging: rtl8723bs: os_dep: ioctl_linux.c: " Payal Kshirsagar
2019-03-30  6:43   ` Julia Lawall
2019-03-30 12:34     ` 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.