All of lore.kernel.org
 help / color / mirror / Atom feed
From: Madhumitha Prabakaran <madhumithabiw@gmail.com>
To: gregkh@linuxfoundation.org, outreachy-kernel@googlegroups.com
Cc: Madhumitha Prabakaran <madhumithabiw@gmail.com>
Subject: [PATCH v3 0/4] Issue suggested by Coccinelle using ret.cocci
Date: Mon, 18 Mar 2019 18:12:32 -0500	[thread overview]
Message-ID: <cover.1552950374.git.madhumithabiw@gmail.com> (raw)

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



             reply	other threads:[~2019-03-18 23:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-18 23:12 Madhumitha Prabakaran [this message]
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

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.1552950374.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.