Re: [PATCH] staging: rtl8723bs: fix coding style issues in xmit_linux.c
From: Greg KH
Date: Thu Aug 27 2026 - 01:06:24 EST
On Wed, Aug 26, 2026 at 10:40:59PM +0300, Godana Emiru wrote:
> Fix a handful of coding style issues in xmit_linux.c:
>
> - Remove a stray extra blank line after the include.
> - Split two chained assignments in _rtw_open_pktfile() into
> separate statements, one variable per line.
> - Wrap the long rtw_os_xmit_resource_free() prototype so it fits
> within the column limit, aligned to the open parenthesis.
These are different things, so this should be a patch series, each doing
only one logical thing.
thanks,
greg k-h