linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/mediatek: fix indentation
@ 2020-01-03 14:24 Fabien Parent
  2020-01-06  6:47 ` CK Hu
  0 siblings, 1 reply; 2+ messages in thread
From: Fabien Parent @ 2020-01-03 14:24 UTC (permalink / raw)
  To: dri-devel, linux-kernel, linux-arm-kernel, linux-mediatek
  Cc: ck.hu, p.zabel, airlied, daniel, matthias.bgg, Fabien Parent

Fix indentation in the Makefile by replacing spaces with tabs.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
---
 drivers/gpu/drm/mediatek/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/mediatek/Makefile b/drivers/gpu/drm/mediatek/Makefile
index 8067a4be8311..b2b523913164 100644
--- a/drivers/gpu/drm/mediatek/Makefile
+++ b/drivers/gpu/drm/mediatek/Makefile
@@ -21,7 +21,7 @@ obj-$(CONFIG_DRM_MEDIATEK) += mediatek-drm.o
 mediatek-drm-hdmi-objs := mtk_cec.o \
 			  mtk_hdmi.o \
 			  mtk_hdmi_ddc.o \
-                          mtk_mt2701_hdmi_phy.o \
+			  mtk_mt2701_hdmi_phy.o \
 			  mtk_mt8173_hdmi_phy.o \
 			  mtk_hdmi_phy.o
 
-- 
2.25.0.rc0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/mediatek: fix indentation
  2020-01-03 14:24 [PATCH] drm/mediatek: fix indentation Fabien Parent
@ 2020-01-06  6:47 ` CK Hu
  0 siblings, 0 replies; 2+ messages in thread
From: CK Hu @ 2020-01-06  6:47 UTC (permalink / raw)
  To: Fabien Parent
  Cc: dri-devel, linux-kernel, linux-arm-kernel, linux-mediatek,
	p.zabel, airlied, daniel, matthias.bgg

Hi, Fabien:

On Fri, 2020-01-03 at 15:24 +0100, Fabien Parent wrote:
> Fix indentation in the Makefile by replacing spaces with tabs.
> 

Applied to mediatek-drm-next-5.6 [1], thanks.

[1]
https://github.com/ckhu-mediatek/linux.git-tags/commits/mediatek-drm-next-5.6

Regards,
cK

> Signed-off-by: Fabien Parent <fparent@baylibre.com>
> ---
>  drivers/gpu/drm/mediatek/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/mediatek/Makefile b/drivers/gpu/drm/mediatek/Makefile
> index 8067a4be8311..b2b523913164 100644
> --- a/drivers/gpu/drm/mediatek/Makefile
> +++ b/drivers/gpu/drm/mediatek/Makefile
> @@ -21,7 +21,7 @@ obj-$(CONFIG_DRM_MEDIATEK) += mediatek-drm.o
>  mediatek-drm-hdmi-objs := mtk_cec.o \
>  			  mtk_hdmi.o \
>  			  mtk_hdmi_ddc.o \
> -                          mtk_mt2701_hdmi_phy.o \
> +			  mtk_mt2701_hdmi_phy.o \
>  			  mtk_mt8173_hdmi_phy.o \
>  			  mtk_hdmi_phy.o
>  


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-06  6:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-03 14:24 [PATCH] drm/mediatek: fix indentation Fabien Parent
2020-01-06  6:47 ` CK Hu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).