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 v3 0/9] staging: rtl8723bs: Remove unnecessary parentheses
Date: Sat, 30 Mar 2019 22:41:47 +0530	[thread overview]
Message-ID: <cover.1553964403.git.payal.s.kshirsagar.98@gmail.com> (raw)

Challenge suggested by coccinelle
This patchset does following tasks:
	-Remove unnecessary parentheses while returning a value by evaluating an expression.
	-Fix indentation issues by removing spaces and adding tabs.

Changes in v3:
	-One new patch added to the series to fix indentation issue.
	-Patch 8/9 separated to remove unnecessary parentheses only.

Changes in v2:
	-Tried to separate two issues in different patches.

Payal Kshirsagar (9):
  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
  staging: rtl8723bs: Fix indentation issue.

 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  | 4 ++--
 8 files changed, 18 insertions(+), 18 deletions(-)

-- 
2.7.4



             reply	other threads:[~2019-03-30 17:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-30 17:11 Payal Kshirsagar [this message]
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 1/9] staging: rtl8723bs: hal: sdio_ops.c: Remove unnecessary parentheses Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 2/9] staging: rtl8723bs: hal: rtl8723b_phycfg.c: " Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 3/9] staging: rtl8723bs: hal: hal_com.c: " Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 4/9] staging: rtl8723bs: hal: odm_HWConfig.c: " Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 5/9] staging: rtl8723bs: core: rtw_mlme.c: " Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 6/9] staging: rtl8723bs: core: rtw_wlan_util.c: " Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 7/9] staging: rtl8723bs: core: rtw_ieee80211.c: " Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 8/9] staging: rtl8723bs: os_dep: ioctl_linux.c: " Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 9/9] staging: rtl8723bs: Fix indentation issue Payal Kshirsagar
2019-03-30 19:38   ` Greg KH
2019-03-31  5:03     ` Payal Kshirsagar
2019-03-30 19:39 ` [Outreachy kernel] [PATCH v3 0/9] staging: rtl8723bs: Remove unnecessary parentheses Greg KH
2019-03-31  5:01   ` 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.1553964403.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.