Skip to content

Commit d04a07a

Browse files
Fabockhu-mediatek
authored andcommitted
drm/mediatek: Fix indentation in Makefile
Fix indentation in the Makefile by replacing spaces with tabs. Signed-off-by: Fabien Parent <[email protected]> Signed-off-by: CK Hu <[email protected]>
1 parent b6b1bb9 commit d04a07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/mediatek/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ obj-$(CONFIG_DRM_MEDIATEK) += mediatek-drm.o
2121
mediatek-drm-hdmi-objs := mtk_cec.o \
2222
mtk_hdmi.o \
2323
mtk_hdmi_ddc.o \
24-
mtk_mt2701_hdmi_phy.o \
24+
mtk_mt2701_hdmi_phy.o \
2525
mtk_mt8173_hdmi_phy.o \
2626
mtk_hdmi_phy.o
2727

0 commit comments

Comments
 (0)