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

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



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

end of thread, other threads:[~2019-03-31  5:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-30 17:11 [Outreachy kernel] [PATCH v3 0/9] staging: rtl8723bs: Remove unnecessary parentheses Payal Kshirsagar
2019-03-30 17:11 ` [Outreachy kernel] [PATCH v3 1/9] staging: rtl8723bs: hal: sdio_ops.c: " 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

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.