Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/vc4: plane: fix inconsistent indenting warning

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@inspur.com>
Signed-off-by: Maíra Canal <mcanal@igalia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250305102107.2595-1-hanchunchao@inspur.com

authored by

Charles Han and committed by
Maíra Canal
ce468a7b a738fa91

+1 -1
+1 -1
drivers/gpu/drm/vc4/vc4_plane.c
··· 2080 2080 /* HPPF plane 1 */ 2081 2081 vc4_dlist_write(vc4_state, kernel); 2082 2082 /* VPPF plane 1 */ 2083 - vc4_dlist_write(vc4_state, kernel); 2083 + vc4_dlist_write(vc4_state, kernel); 2084 2084 } 2085 2085 } 2086 2086