All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aastha Gupta <aastha.gupta4104@gmail.com>
To: outreachy-kernel@googlegroups.com, gregkh@linuxfoundation.org
Cc: Aastha Gupta <aastha.gupta4104@gmail.com>
Subject: [PATCH v3 0/6] staging: rtl8723bs: remove unused code, ternary operators and fix type
Date: Sun,  8 Oct 2017 10:24:50 +0530	[thread overview]
Message-ID: <cover.1507437263.git.aastha.gupta4104@gmail.com> (raw)

This patch:
	- removes ternary operators in assignment statements
	- change type of variables and field
	- fixes checkpatch.pl warnings
	- remove unused variables

Changes in v3:
- create a patch set of all the changes

Aastha Gupta (6):
  staging: rtl8723bs: remove ternary operators in assignmet statments
  staging: rtl8723bs: remove unused variables
  staging: rtl8723bs: Change type to bool
  staging: rtl8723bs: convert type to bool
  staging: rtl8723bs: rename camelcase bAcceptAddbaReq
  staging: rtl8723bs: remove useless variable rtw_AcceptAddbaReq

 drivers/staging/rtl8723bs/core/rtw_btcoex.c      | 4 ++--
 drivers/staging/rtl8723bs/core/rtw_debug.c       | 8 +++++---
 drivers/staging/rtl8723bs/core/rtw_ioctl_set.c   | 4 ----
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c    | 4 ++--
 drivers/staging/rtl8723bs/core/rtw_pwrctrl.c     | 5 +++--
 drivers/staging/rtl8723bs/core/rtw_sta_mgt.c     | 8 ++++----
 drivers/staging/rtl8723bs/core/rtw_wlan_util.c   | 2 +-
 drivers/staging/rtl8723bs/hal/hal_btcoex.c       | 7 ++-----
 drivers/staging/rtl8723bs/hal/hal_com.c          | 6 +++---
 drivers/staging/rtl8723bs/hal/odm_CfoTracking.c  | 2 +-
 drivers/staging/rtl8723bs/hal/odm_HWConfig.c     | 2 +-
 drivers/staging/rtl8723bs/hal/sdio_halinit.c     | 4 ++--
 drivers/staging/rtl8723bs/include/drv_types.h    | 3 ++-
 drivers/staging/rtl8723bs/include/rtw_mlme_ext.h | 2 +-
 drivers/staging/rtl8723bs/include/rtw_pwrctrl.h  | 2 +-
 drivers/staging/rtl8723bs/os_dep/os_intfs.c      | 4 +---
 16 files changed, 31 insertions(+), 36 deletions(-)

-- 
2.7.4



             reply	other threads:[~2017-10-08  4:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-08  4:54 Aastha Gupta [this message]
2017-10-08  4:54 ` [PATCH v3 1/6] staging: rtl8723bs: remove ternary operators in assignmet statments Aastha Gupta
2017-10-08  4:54 ` [PATCH v3 2/6] staging: rtl8723bs: remove unused variables Aastha Gupta
2017-10-08  4:54 ` [PATCH v3 3/6] staging: rtl8723bs: Change type to bool Aastha Gupta
2017-10-08  4:54 ` [PATCH v3 4/6] staging: rtl8723bs: convert " Aastha Gupta
2017-10-08  4:54 ` [PATCH v3 5/6] staging: rtl8723bs: rename camelcase bAcceptAddbaReq Aastha Gupta
2017-10-08  4:54 ` [PATCH v3 6/6] staging: rtl8723bs: remove useless variable rtw_AcceptAddbaReq Aastha Gupta

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.1507437263.git.aastha.gupta4104@gmail.com \
    --to=aastha.gupta4104@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --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.