Re: [PATCH] staging: rtl8723bs: split chained assignment in xmit_linux.c

From: Greg KH

Date: Wed Feb 25 2026 - 20:42:30 EST


On Wed, Feb 25, 2026 at 07:10:19PM -0500, Keith Teeple wrote:
> @@ -6,7 +6,6 @@
> ******************************************************************************/
> #include <drv_types.h>
>
> -
> uint rtw_remainder_len(struct pkt_file *pfile)
> {
> return (pfile->buf_len - ((SIZE_PTR)(pfile->cur_addr) - (SIZE_PTR)(pfile->buf_start)));

This change has nothing to do with splitting chained assignments :(