All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Staging: rtl8188eu: core: Remove NULL test before vfree
@ 2016-02-14 17:39 Bhumika Goyal
  2016-02-14 17:39 ` [PATCH v2 1/2] " Bhumika Goyal
  2016-02-14 17:39 ` [PATCH v2 2/2] " Bhumika Goyal
  0 siblings, 2 replies; 4+ messages in thread
From: Bhumika Goyal @ 2016-02-14 17:39 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Bhumika Goyal

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



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

end of thread, other threads:[~2016-02-15  0:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-14 17:39 [PATCH v2 0/2] Staging: rtl8188eu: core: Remove NULL test before vfree Bhumika Goyal
2016-02-14 17:39 ` [PATCH v2 1/2] " Bhumika Goyal
2016-02-15  0:41   ` [Outreachy kernel] " Greg KH
2016-02-14 17:39 ` [PATCH v2 2/2] " Bhumika Goyal

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.