Re: [PATCH 0/5] staging: rtl8723bs: convert xmit helpers to return errno

From: Dan Carpenter

Date: Mon Jul 13 2026 - 04:29:50 EST


On Mon, Jul 13, 2026 at 07:05:32AM +0000, Hungyu Lin wrote:
> 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.
>

Thanks!

Reviewed-by: Dan Carpenter <error27@xxxxxxxxx>

regards,
dan carpenter