Re: [PATCH v4 2/2] staging: greybus: resolved checkpatch checks for light.c
From: Dan Carpenter
Date: Sat Mar 07 2026 - 09:44:19 EST
On Sat, Mar 07, 2026 at 02:09:25PM +0000, Rachit Dhar wrote:
> Added comments to mutex declarations, to resolve the associated checkpatch.pl checks:
>
> CHECK: struct mutex definition without comment
> + struct mutex lock;
>
> CHECK: struct mutex definition without comment
> + struct mutex lights_lock;
>
> Signed-off-by: Rachit Dhar <rchtdhr@xxxxxxxxx>
> ---
This is a v4 so there should be a explanation of what changed since v3.
https://staticthinking.wordpress.com/2022/07/27/how-to-send-a-v2-patch/
regards,
dan carpenter