public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: rtl8723bs: Fix LIST_CONTAINOR spelling and uses
@ 2017-06-13 21:12 Joe Perches
  2017-06-13 21:12 ` [PATCH 1/2] staging: rtl8723bs: Convert LIST_CONTAINOR to use kernel container_of Joe Perches
  2017-06-13 21:12 ` [PATCH 2/2] staging: rtl8723bs: Convert LIST_CONTAINOR to container_of Joe Perches
  0 siblings, 2 replies; 8+ messages in thread
From: Joe Perches @ 2017-06-13 21:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: Hans de Goede, Larry Finger, Greg Kroah-Hartman, devel

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

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

end of thread, other threads:[~2017-09-11 16:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-13 21:12 [PATCH 0/2] staging: rtl8723bs: Fix LIST_CONTAINOR spelling and uses Joe Perches
2017-06-13 21:12 ` [PATCH 1/2] staging: rtl8723bs: Convert LIST_CONTAINOR to use kernel container_of Joe Perches
2017-06-14 10:18   ` Greg Kroah-Hartman
2017-06-14 10:38     ` Joe Perches
2017-06-14 10:48       ` Greg Kroah-Hartman
2017-06-14 10:56         ` Joe Perches
2017-06-13 21:12 ` [PATCH 2/2] staging: rtl8723bs: Convert LIST_CONTAINOR to container_of Joe Perches
2017-09-11 16:35   ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox