[PATCH] drm/vc4: plane: fix inconsistent indenting warning

Maíra Canal mcanal at igalia.com
Tue Mar 25 10:36:05 UTC 2025


Hi Charles,

I already applied this patch earlier this month as I mentioned in this
e-mail [1]. Here is the commit [2].

[1] 
https://lore.kernel.org/dri-devel/f5f920ec-be44-48d3-ae4d-bd385c3a4a5b@igalia.com/
[2] 
https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/ce468a7b63f1e4e2b09f951ca0a7c8d402fed746

Best Regards,
- Maíra

On 25/03/25 05:12, Charles Han wrote:
> Fix below inconsistent indenting smatch warning.
> smatch warnings:
> drivers/gpu/drm/vc4/vc4_plane.c:2083 vc6_plane_mode_set() warn: inconsistent indenting
> 
> Signed-off-by: Charles Han <hanchunchao at inspur.com>
> ---
>   drivers/gpu/drm/vc4/vc4_plane.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/vc4/vc4_plane.c b/drivers/gpu/drm/vc4/vc4_plane.c
> index c5e84d3494d2..056d344c5411 100644
> --- a/drivers/gpu/drm/vc4/vc4_plane.c
> +++ b/drivers/gpu/drm/vc4/vc4_plane.c
> @@ -2080,7 +2080,7 @@ static int vc6_plane_mode_set(struct drm_plane *plane,
>   			/* HPPF plane 1 */
>   			vc4_dlist_write(vc4_state, kernel);
>   			/* VPPF plane 1 */
> -				vc4_dlist_write(vc4_state, kernel);
> +			vc4_dlist_write(vc4_state, kernel);
>   		}
>   	}
>   



More information about the dri-devel mailing list