All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	devel@driverdev.osuosl.org
Subject: [PATCH 0/2] staging: rtl8723bs: Convert allocation returns from u8 * to void *
Date: Sat,  9 Sep 2017 13:14:50 -0700	[thread overview]
Message-ID: <cover.1504987952.git.joe@perches.com> (raw)

Joe Perches (2):
  staging: rtl8723bs: convert private allocation functions to return void *
  staging: rtl8723bs: Remove unnecessary rtw_z?malloc casts

 drivers/staging/rtl8723bs/core/rtw_ap.c           | 10 ++-
 drivers/staging/rtl8723bs/core/rtw_cmd.c          | 84 +++++++++++------------
 drivers/staging/rtl8723bs/core/rtw_mlme.c         |  8 +--
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c     | 36 +++++-----
 drivers/staging/rtl8723bs/core/rtw_security.c     |  2 +-
 drivers/staging/rtl8723bs/core/rtw_wlan_util.c    |  2 +-
 drivers/staging/rtl8723bs/core/rtw_xmit.c         |  2 +-
 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c |  2 +-
 drivers/staging/rtl8723bs/hal/sdio_ops.c          | 10 +--
 drivers/staging/rtl8723bs/include/osdep_service.h |  4 +-
 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 16 ++---
 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c    | 14 ++--
 drivers/staging/rtl8723bs/os_dep/os_intfs.c       |  3 +-
 drivers/staging/rtl8723bs/os_dep/osdep_service.c  | 17 ++---
 14 files changed, 101 insertions(+), 109 deletions(-)

-- 
2.10.0.rc2.1.g053435c

             reply	other threads:[~2017-09-09 20:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-09 20:14 Joe Perches [this message]
2017-09-09 20:14 ` [PATCH 1/2] staging: rtl8723bs: convert private allocation functions to return void * Joe Perches
2017-09-09 20:14 ` [PATCH 2/2] staging: rtl8723bs: Remove unnecessary rtw_z?malloc casts Joe Perches

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.1504987952.git.joe@perches.com \
    --to=joe@perches.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.