From: Madhumitha Prabakaran <madhumithabiw@gmail.com>
To: gregkh@linuxfoundation.org, outreachy-kernel@googlegroups.com
Cc: Madhumitha Prabakaran <madhumithabiw@gmail.com>
Subject: [PATCH v2 0/5] Issue suggested by Coccinelle using ret.cocci
Date: Sun, 17 Mar 2019 16:33:53 -0500 [thread overview]
Message-ID: <cover.1552858206.git.madhumithabiw@gmail.com> (raw)
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
next reply other threads:[~2019-03-17 21:34 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-17 21:33 Madhumitha Prabakaran [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1552858206.git.madhumithabiw@gmail.com \
--to=madhumithabiw@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.