All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Issue suggested by Coccinelle using ret.cocci
@ 2019-03-17 21:33 Madhumitha Prabakaran
  2019-03-17 21:33 ` [PATCH v2 1/5] Staging: rtl8723bs: Remove wrapper functions and change function names Madhumitha Prabakaran
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Madhumitha Prabakaran @ 2019-03-17 21:33 UTC (permalink / raw)
  To: gregkh, outreachy-kernel; +Cc: Madhumitha Prabakaran

This patchset does tasks as below:
1) Drop wrapper functions and change function names
2) Change type of variables and return type
3) Change values to standard error codes in functions
4) Replace NULL comparison with !
5) Add missing NULL check for kmalloc

All these patches are relevant to an issue suggested by Coccinelle using
ret.cocci.

Madhumitha Prabakaran (5):
  Staging: rtl8723bs: Remove wrapper functions and change function names
  Staging: rtl8723bs: Change type of variables and return type
  Staging: rtl8723bs:  Change values to standard error codes in
    functions
  Staging: rtl8723bs: Replace NULL comparison with !
  Staging: rtl8723bs: Add missing NULL check for kmalloc

---
Changes in v2 -

1) Modified commit log here
2) Dropped patch 4,5,6
3) Included patch 4 for replace NULL comparison with !
4) Merged patch 4 in patch 1, which is to remove unwanted function
declarations.
5) Merged patch 5 with patch 3, which is to replace error codes in
functions.
6) Merged patch 6 with patch 1, which is to remove extern and change
return type
7) Removed unnecessary local variable res in function rtw_init_evt_priv

 drivers/staging/rtl8723bs/core/rtw_cmd.c      | 37 ++++++-------------
 drivers/staging/rtl8723bs/include/cmd_osdep.h |  4 +-
 drivers/staging/rtl8723bs/include/rtw_cmd.h   |  2 -
 drivers/staging/rtl8723bs/os_dep/os_intfs.c   |  4 +-
 4 files changed, 15 insertions(+), 32 deletions(-)

-- 
2.17.1



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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-17 21:33 [PATCH v2 0/5] Issue suggested by Coccinelle using ret.cocci Madhumitha Prabakaran
2019-03-17 21:33 ` [PATCH v2 1/5] Staging: rtl8723bs: Remove wrapper functions and change function names Madhumitha Prabakaran
2019-03-17 21:33 ` [PATCH v2 2/5] Staging: rtl8723bs: Change type of variables and return type Madhumitha Prabakaran
2019-03-17 21:52   ` [Outreachy kernel] " Julia Lawall
2019-03-17 23:34     ` Madhumthia Prabakaran
2019-03-18  7:30       ` Julia Lawall
2019-03-17 21:33 ` [PATCH v2 3/5] Staging: rtl8723bs: Change values to standard error codes in functions Madhumitha Prabakaran
     [not found]   ` <alpine.DEB.2.21.1903172253010.2434@hadrien>
2019-03-17 23:37     ` [Outreachy kernel] " Madhumthia Prabakaran
2019-03-18  7:27       ` Julia Lawall
2019-03-18  6:42   ` Greg KH
2019-03-17 21:33 ` [PATCH v2 4/5] Staging: rtl8723bs: Replace NULL comparison with ! Madhumitha Prabakaran
2019-03-17 21:33 ` [PATCH v2 5/5] Staging: rtl8723bs: Add missing NULL check for kmalloc Madhumitha Prabakaran
2019-03-17 21:55   ` [Outreachy kernel] " Julia Lawall
2019-03-17 23:42     ` Madhumthia Prabakaran
2019-03-18  7:29       ` Julia Lawall
2019-03-18  6:46 ` [PATCH v2 0/5] Issue suggested by Coccinelle using ret.cocci 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.