All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] staging: rtl8723bs: convert xmit helpers to return errno
@ 2026-07-13  7:05 Hungyu Lin
  2026-07-13  7:05 ` [PATCH 1/5] staging: rtl8723bs: remove redundant return variable in rtw_make_wlanhdr() Hungyu Lin
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Hungyu Lin @ 2026-07-13  7:05 UTC (permalink / raw)
  To: gregkh
  Cc: error27, khomenkov, khushalchitturi, s9430939, nikolayof23,
	linux-staging, linux-kernel, Hungyu Lin

This series first simplifies control flow in rtw_make_wlanhdr()
and rtw_xmitframe_coalesce() by removing redundant return
variables and goto-based error handling. It then converts
rtw_make_wlanhdr(), xmitframe_addmic(), and
rtw_xmitframe_coalesce() to return errno values while
propagating errno values through the caller chain.

Hungyu Lin (5):
  staging: rtl8723bs: remove redundant return variable in
    rtw_make_wlanhdr()
  staging: rtl8723bs: convert rtw_make_wlanhdr() to return errno
  staging: rtl8723bs: convert xmitframe_addmic() to return errno
  staging: rtl8723bs: simplify rtw_xmitframe_coalesce() control flow
  staging: rtl8723bs: convert rtw_xmitframe_coalesce() to return errno

 drivers/staging/rtl8723bs/core/rtw_xmit.c     | 45 ++++++++-----------
 .../staging/rtl8723bs/hal/rtl8723bs_xmit.c    |  2 +-
 drivers/staging/rtl8723bs/include/rtw_xmit.h  |  4 +-
 3 files changed, 22 insertions(+), 29 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-07-13  8:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-13  7:05 [PATCH 0/5] staging: rtl8723bs: convert xmit helpers to return errno Hungyu Lin
2026-07-13  7:05 ` [PATCH 1/5] staging: rtl8723bs: remove redundant return variable in rtw_make_wlanhdr() Hungyu Lin
2026-07-13  7:05 ` [PATCH 2/5] staging: rtl8723bs: convert rtw_make_wlanhdr() to return errno Hungyu Lin
2026-07-13  8:16   ` Dan Carpenter
2026-07-13  7:05 ` [PATCH 3/5] staging: rtl8723bs: convert xmitframe_addmic() " Hungyu Lin
2026-07-13  7:05 ` [PATCH 4/5] staging: rtl8723bs: simplify rtw_xmitframe_coalesce() control flow Hungyu Lin
2026-07-13  7:05 ` [PATCH 5/5] staging: rtl8723bs: convert rtw_xmitframe_coalesce() to return errno Hungyu Lin
2026-07-13  8:15 ` [PATCH 0/5] staging: rtl8723bs: convert xmit helpers " Dan Carpenter

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.