All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] staging: wilc1000: Remove return variables
@ 2019-03-21  7:49 Nishka Dasgupta
  2019-03-21  7:49 ` [PATCH v2 1/3] staging: wilc1000: Remove return variables in host_interface.c Nishka Dasgupta
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Nishka Dasgupta @ 2019-03-21  7:49 UTC (permalink / raw)
  To: gregkh, outreachy-kernel, ajay.kathat, adham.abozaeid; +Cc: Nishka Dasgupta

This patchset removes unnecessary local return variables from functions
in the files listed below. All these patches relate to issues found with
Coccinelle using ret.cocci.

Nishka Dasgupta (3):
  staging: wilc1000: Remove return variables in host_interface.c
  staging: wilc1000: Remove return variable in host_interface.c
  staging: wilc1000: Remove return variables in wilc_spi.c

 drivers/staging/wilc1000/host_interface.c | 15 +++++----------
 drivers/staging/wilc1000/wilc_spi.c       | 10 ++++------
 2 files changed, 9 insertions(+), 16 deletions(-)

-- 
Changes in v2:
- Merged some patches relating to the same file into one patch
- Added filenames to individual patch subject lines
- Fixed alignments with parentheses in return statements

2.19.1



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

end of thread, other threads:[~2019-03-21 18:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-21  7:49 [PATCH v2 0/3] staging: wilc1000: Remove return variables Nishka Dasgupta
2019-03-21  7:49 ` [PATCH v2 1/3] staging: wilc1000: Remove return variables in host_interface.c Nishka Dasgupta
2019-03-21 18:59   ` Greg KH
2019-03-21  7:49 ` [PATCH v2 2/3] staging: wilc1000: Remove return variable " Nishka Dasgupta
2019-03-21  7:49 ` [PATCH v2 3/3] staging: wilc1000: Remove return variables in wilc_spi.c Nishka Dasgupta
2019-03-21 18:57   ` Greg KH

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.