All of lore.kernel.org
 help / color / mirror / Atom feed
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 0/8]staging: rtl8723bs: Remove unnecessary parentheses
Date: Sat, 30 Mar 2019 10:42:39 +0530	[thread overview]
Message-ID: <cover.1553921776.git.payal.s.kshirsagar.98@gmail.com> (raw)

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



             reply	other threads:[~2019-03-30  5:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-30  5:12 Payal Kshirsagar [this message]
2019-03-30  5:12 ` [Outreachy kernel] [PATCH 1/8] staging: rtl8723bs: hal: sdio_ops.c: Remove unnecessary parentheses 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

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.1553921776.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.