Re: [PATCH 1/9] staging: rtl8723bs: remove extra blank lines
From: Andy Shevchenko
Date: Tue Apr 14 2026 - 07:51:48 EST
On Tue, Apr 14, 2026 at 12:58:25PM +0300, Marc Finkelbaum wrote:
> Remove double blank lines between function definitions and between a
> function end and the following macro definition. Also remove spurious
> blank lines at the start of an if/else body and trailing blank lines
> before a closing brace in _TwoOutPipeMapping, _ThreeOutPipeMapping,
> Hal_MappingOutPipe, and the HalSetBrateCfg rate loop.
>
> No functional change.
...
> @@ -394,7 +388,6 @@ static void _TwoOutPipeMapping(struct adapter *padapter, bool bWIFICfg)
> pdvobjpriv->Queue2Pipe[7] = pdvobjpriv->RtOutPipe[0];/* TXCMD */
>
Haven't you missed to remove this one as well? Or even more if there are other
similar cases...
> }
> -
> }
>
> static void _ThreeOutPipeMapping(struct adapter *padapter, bool bWIFICfg)
--
With Best Regards,
Andy Shevchenko