[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1497388055.git.joe@perches.com>
Date: Tue, 13 Jun 2017 14:12:55 -0700
From: Joe Perches <joe@...ches.com>
To: linux-kernel@...r.kernel.org
Cc: Hans de Goede <hdegoede@...hat.com>,
Larry Finger <Larry.Finger@...inger.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
devel@...verdev.osuosl.org
Subject: [PATCH 0/2] staging: rtl8723bs: Fix LIST_CONTAINOR spelling and uses
Joe Perches (2):
staging: rtl8723bs: Convert LIST_CONTAINOR to use kernel container_of
staging: rtl8723bs: Convert LIST_CONTAINOR to container_of
This is basically a simple substitution of a spelling typo of a macro
with an addition to simplify some odd uses of the macro.
I have no objection to this being deferred if it interferes with other
more important changes.
This whole driver seems like it a fair amount of work before it could
be merged into mainline.
drivers/staging/rtl8723bs/core/rtw_ap.c | 16 ++++++++--------
drivers/staging/rtl8723bs/core/rtw_cmd.c | 2 +-
drivers/staging/rtl8723bs/core/rtw_debug.c | 4 ++--
drivers/staging/rtl8723bs/core/rtw_mlme.c | 18 +++++++++---------
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 6 +++---
drivers/staging/rtl8723bs/core/rtw_recv.c | 18 +++++++++---------
drivers/staging/rtl8723bs/core/rtw_sta_mgt.c | 14 +++++++-------
drivers/staging/rtl8723bs/core/rtw_xmit.c | 22 +++++++++++-----------
drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c | 6 +++---
.../rtl8723bs/include/osdep_service_linux.h | 3 ---
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 6 +++---
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | 10 +++++-----
drivers/staging/rtl8723bs/os_dep/xmit_linux.c | 2 +-
13 files changed, 62 insertions(+), 65 deletions(-)
--
2.10.0.rc2.1.g053435c
Powered by blists - more mailing lists