Re: [PATCH v2 2/2] staging: rtl8723bs: put logical continuation on previous line
From: Dan Carpenter
Date: Tue Jun 23 2026 - 06:15:15 EST
On Tue, Jun 23, 2026 at 01:05:35PM +0300, Serhat Kumral wrote:
> Move the logical operator '&&' to the previous line in os_intfs.c
> to conform to the Linux kernel coding style guidelines.
> This fixes the checkpatch.pl warning:
> CHECK: Logical continuations should be on the previous line
>
> Signed-off-by: Serhat Kumral <serhatkumral1@xxxxxxxxx>
> ---
> Changes in v2:
> - Dropped the third patch of the v1 series (msleep to usleep_range conversion)
> based on feedback from Dan Carpenter.
Thanks!
Reviewed-by: Dan Carpenter <error27@xxxxxxxxx>
regards,
dan carpenter