All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Remove unnecessary functions and return
@ 2019-03-22 14:38 Nishka Dasgupta
  2019-03-22 14:38 ` [PATCH v2 1/5] staging; rtl8723bs: Remove unnecessary function rtw_init_mlme_priv() Nishka Dasgupta
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Nishka Dasgupta @ 2019-03-22 14:38 UTC (permalink / raw)
  To: gregkh, outreachy-kernel; +Cc: Nishka Dasgupta

Remove unnecessary functions and return variables in the driver
rtl8723bs. Issues found while using ret.cocci and Coccinelle.

Nishka Dasgupta (5):
  staging; rtl8723bs: Remove unnecessary function rtw_init_mlme_priv()
  staging: rtl8723bs: core: Change datatype from sint to int
  staging: rtl8723bs: core: Remove parentheses
  staging: rtl8723bs: Remove function rtw_alloc_network()
  staging: rtl8723bs: core: Remove return variable in rtw_io.c

 drivers/staging/rtl8723bs/core/rtw_cmd.c     |  2 +-
 drivers/staging/rtl8723bs/core/rtw_io.c      |  3 +-
 drivers/staging/rtl8723bs/core/rtw_mlme.c    | 39 ++++++--------------
 drivers/staging/rtl8723bs/include/rtw_mlme.h |  4 +-
 4 files changed, 14 insertions(+), 34 deletions(-)

-- 
Changes in v2:
- Drop Patches 1 and 2 from series as they have already been accepted.
- Remove functions that now consist of only one return statement.
- Remove trailing whitespace.
- Change function datatypes and names.
2.19.1



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

end of thread, other threads:[~2019-03-24 17:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-22 14:38 [PATCH v2 0/5] Remove unnecessary functions and return Nishka Dasgupta
2019-03-22 14:38 ` [PATCH v2 1/5] staging; rtl8723bs: Remove unnecessary function rtw_init_mlme_priv() Nishka Dasgupta
2019-03-22 14:38 ` [PATCH v2 2/5] staging: rtl8723bs: core: Change datatype from sint to int Nishka Dasgupta
2019-03-22 14:38 ` [PATCH v2 3/5] staging: rtl8723bs: core: Remove parentheses Nishka Dasgupta
2019-03-22 14:38 ` [PATCH v2 4/5] staging: rtl8723bs: Remove function rtw_alloc_network() Nishka Dasgupta
2019-03-22 14:38 ` [PATCH v2 5/5] staging: rtl8723bs: core: Remove return variable in rtw_io.c Nishka Dasgupta
2019-03-24  8:49   ` Greg KH
2019-03-24  8:53     ` Greg KH
2019-03-24 17:48       ` [Outreachy kernel] " Nishka Dasgupta

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.