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

This patchset does tasks as below: 
1) Drop wrappers and change function names
2) Convert type of local variables and return type
3) Change values of error codes in functions
4) Remove unnecessary function declarations
5) Replace error codes with values
6) Remove extern and change return type
7) Add missing NULL check for kmalloc

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

Madhumitha Prabakaran (7):
  Staging: rtl8723bs: Drop wrappers and change function names
  Staging: rtl8723bs: Convert type of local variables and return types
  Staging: rtl8723bs: Change values of error codes in functions
  Staging: rtl8723bs: Remove unnecessary function declarations
  Staging: rtl8723bs: Replace error codes with values
  Staging: rtl8723bs: Remove extern and change return type
  Staging: rtl8723bs: Add missing NULL check for kmalloc

 drivers/staging/rtl8723bs/core/rtw_cmd.c      | 30 +++++--------------
 drivers/staging/rtl8723bs/include/cmd_osdep.h |  3 --
 drivers/staging/rtl8723bs/include/rtw_cmd.h   |  4 +--
 drivers/staging/rtl8723bs/os_dep/os_intfs.c   |  4 +--
 4 files changed, 12 insertions(+), 29 deletions(-)

-- 
2.17.1



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

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

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-17  0:32 [PATCH 0/7] Issue suggested by Coccinelle using ret.cocci Madhumitha Prabakaran
2019-03-17  0:32 ` [PATCH 1/7] Staging: rtl8723bs: Drop wrappers and change function names Madhumitha Prabakaran
2019-03-17 10:59   ` Greg KH
2019-03-17  0:32 ` [PATCH 2/7] Staging: rtl8723bs: Convert type of local variables and return types Madhumitha Prabakaran
2019-03-17  6:42   ` [Outreachy kernel] " Julia Lawall
2019-03-17  0:32 ` [PATCH 3/7] Staging: rtl8723bs: Change values of error codes in functions Madhumitha Prabakaran
2019-03-17  6:38   ` [Outreachy kernel] " Julia Lawall
2019-03-17  0:32 ` [PATCH 4/7] Staging: rtl8723bs: Remove unnecessary function declarations Madhumitha Prabakaran
2019-03-17  6:34   ` [Outreachy kernel] " Julia Lawall
2019-03-17  0:32 ` [PATCH 5/7] Staging: rtl8723bs: Replace error codes with values Madhumitha Prabakaran
2019-03-17  6:33   ` [Outreachy kernel] " Julia Lawall
2019-03-17  0:32 ` [PATCH 6/7] Staging: rtl8723bs: Remove extern and change return type Madhumitha Prabakaran
2019-03-17  6:29   ` [Outreachy kernel] " Julia Lawall
2019-03-17  6:30   ` Julia Lawall
2019-03-17  0:32 ` [PATCH 7/7] Staging: rtl8723bs: Add missing NULL check for kmalloc Madhumitha Prabakaran
2019-03-17 10:55   ` Greg KH
2019-03-17  6:43 ` [Outreachy kernel] [PATCH 0/7] Issue suggested by Coccinelle using ret.cocci Julia Lawall

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.