All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] staging: rtl8723bs: remove unused code, ternary operators and fix type
@ 2017-10-08  4:54 Aastha Gupta
  2017-10-08  4:54 ` [PATCH v3 1/6] staging: rtl8723bs: remove ternary operators in assignmet statments Aastha Gupta
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Aastha Gupta @ 2017-10-08  4:54 UTC (permalink / raw)
  To: outreachy-kernel, gregkh; +Cc: Aastha Gupta

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



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

end of thread, other threads:[~2017-10-08  4:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-08  4:54 [PATCH v3 0/6] staging: rtl8723bs: remove unused code, ternary operators and fix type Aastha Gupta
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

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.