]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/vc4: plane: fix inconsistent indenting warning
authorCharles Han <hanchunchao@inspur.com>
Wed, 5 Mar 2025 10:21:07 +0000 (18:21 +0800)
committerMaíra Canal <mcanal@igalia.com>
Sun, 9 Mar 2025 17:49:55 +0000 (14:49 -0300)
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
drivers/gpu/drm/vc4/vc4_plane.c

index c5e84d3494d273d969a041e9200c06de2c10105a..056d344c5411db0eae975b0fa52c0de7418306f1 100644 (file)
@@ -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);
                }
        }