[PATCH 0/2] staging: rtl8723bs: Fix LIST_CONTAINOR spelling and uses

From: Joe Perches
Date: Tue Jun 13 2017 - 17:13:08 EST


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