]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
drm/msm/hdmi: fix indent
authorJani Nikula <jani.nikula@intel.com>
Tue, 23 Jan 2024 19:37:34 +0000 (21:37 +0200)
committerJani Nikula <jani.nikula@intel.com>
Fri, 9 Feb 2024 08:15:53 +0000 (10:15 +0200)
Remove the excess leading tabs.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/d06f990311ba0108357512c46b3e8328bacedcd0.1706038510.git.jani.nikula@intel.com
drivers/gpu/drm/msm/hdmi/hdmi_bridge.c

index f5e01471b0b039e746152aee03710d2720076878..f28c61570533c3cc60844d0cc9edf473a4f0d77c 100644 (file)
@@ -290,12 +290,12 @@ static enum drm_mode_status msm_hdmi_bridge_mode_valid(struct drm_bridge *bridge
 }
 
 static const struct drm_bridge_funcs msm_hdmi_bridge_funcs = {
-               .pre_enable = msm_hdmi_bridge_pre_enable,
-               .post_disable = msm_hdmi_bridge_post_disable,
-               .mode_set = msm_hdmi_bridge_mode_set,
-               .mode_valid = msm_hdmi_bridge_mode_valid,
-               .get_edid = msm_hdmi_bridge_get_edid,
-               .detect = msm_hdmi_bridge_detect,
+       .pre_enable = msm_hdmi_bridge_pre_enable,
+       .post_disable = msm_hdmi_bridge_post_disable,
+       .mode_set = msm_hdmi_bridge_mode_set,
+       .mode_valid = msm_hdmi_bridge_mode_valid,
+       .get_edid = msm_hdmi_bridge_get_edid,
+       .detect = msm_hdmi_bridge_detect,
 };
 
 static void