Re: [PATCH 2/4] staging: rtl8723bs: format operators and logical continuations
From: Ethan Tidmore
Date: Tue Mar 03 2026 - 17:31:02 EST
On Tue Mar 3, 2026 at 11:38 AM CST, Jose A. Perez de Azpillaga wrote:
> Fix spaces around different operators. Move logical continuations to the
> end of the previous line.
>
> Signed-off-by: Jose A. Perez de Azpillaga <azpijr@xxxxxxxxx>
> ---
> drivers/staging/rtl8723bs/core/rtw_pwrctrl.c | 48 ++++++++++----------
> 1 file changed, 24 insertions(+), 24 deletions(-)
LGTM.
One thing to note though is since this is a patch series you'd
typically want to have a cover letter describing your changes. And
then you'd send it all together using git send-email so they tie
together.
Thanks,
ET