From: Bhumika Goyal <bhumirks@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: Bhumika Goyal <bhumirks@gmail.com>
Subject: [PATCH v2 0/2] Staging: rtl8188eu: core: Remove NULL test before vfree
Date: Sun, 14 Feb 2016 23:09:29 +0530 [thread overview]
Message-ID: <cover.1455470452.git.bhumirks@gmail.com> (raw)
The function vfree tests whether the argument is NULL and returns
immediately. So NULL test is not needed before vfree. Also remove blank
line between function calls.
Changes since v1:
* Remove blank line between function calls in patch 2/2.
* Correct errors in commit messages in both the patches.
* Remove braces around if branch in 1/2.
Bhumika Goyal (2):
Staging: rtl8188eu: core: Remove NULL test before vfree
Staging: rtl8188eu: core: Remove NULL test before vfree
drivers/staging/rtl8188eu/core/rtw_mlme.c | 6 ++----
drivers/staging/rtl8188eu/core/rtw_xmit.c | 7 ++-----
2 files changed, 4 insertions(+), 9 deletions(-)
--
1.9.1
next reply other threads:[~2016-02-14 17:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-14 17:39 Bhumika Goyal [this message]
2016-02-14 17:39 ` [PATCH v2 1/2] Staging: rtl8188eu: core: Remove NULL test before vfree Bhumika Goyal
2016-02-15 0:41 ` [Outreachy kernel] " Greg KH
2016-02-14 17:39 ` [PATCH v2 2/2] " Bhumika Goyal
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.1455470452.git.bhumirks@gmail.com \
--to=bhumirks@gmail.com \
--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.