All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Issue suggested by Coccinelle using ret.cocci
@ 2019-03-18 23:12 Madhumitha Prabakaran
  2019-03-18 23:12 ` [PATCH v3 1/4] Staging: rtl8723bs: Remove unnecessary local variable in function Madhumitha Prabakaran
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Madhumitha Prabakaran @ 2019-03-18 23:12 UTC (permalink / raw)
  To: gregkh, outreachy-kernel; +Cc: Madhumitha Prabakaran

This patchset does tasks as below: 
1) Remove unnecessary local variable in function
2) Change values to standard error codes in functions
3) Replace NULL comparison with !
4) Add missing NULL check for kmalloc

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

Madhumitha Prabakaran (4):
  Staging: rtl8723bs: Remove unnecessary local variable in function
  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 v3- 
1) Added one more patch 
2) Splitted the changes in two patches 
3) Modified a code in patch 2 and changed a commit log

 drivers/staging/rtl8723bs/core/rtw_cmd.c    | 16 ++++++++--------
 drivers/staging/rtl8723bs/os_dep/os_intfs.c |  4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.17.1



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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-18 23:12 [PATCH v3 0/4] Issue suggested by Coccinelle using ret.cocci Madhumitha Prabakaran
2019-03-18 23:12 ` [PATCH v3 1/4] Staging: rtl8723bs: Remove unnecessary local variable in function Madhumitha Prabakaran
2019-03-18 23:12 ` [PATCH v3 2/4] Staging: rtl8723bs: Change values to standard error codes in functions Madhumitha Prabakaran
2019-03-18 23:12 ` [PATCH v3 3/4] Staging: rtl8723bs: Replace NULL comparison with ! Madhumitha Prabakaran
2019-03-18 23:12 ` [PATCH v3 4/4] Staging: rtl8723bs: Add missing NULL check for kmalloc Madhumitha Prabakaran

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.