linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/amd/display: Add missing newline at end of file
@ 2019-06-17 14:37 Geert Uytterhoeven
  2019-06-17 15:03 ` Alex Deucher
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2019-06-17 14:37 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter
  Cc: amd-gfx, dri-devel, linux-kernel, Geert Uytterhoeven

"git diff" says:

    \ No newline at end of file

after modifying the file.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/gpu/drm/amd/display/modules/power/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/modules/power/Makefile b/drivers/gpu/drm/amd/display/modules/power/Makefile
index 87851f892a52d372..9d1b22d35ece9136 100644
--- a/drivers/gpu/drm/amd/display/modules/power/Makefile
+++ b/drivers/gpu/drm/amd/display/modules/power/Makefile
@@ -28,4 +28,4 @@ MOD_POWER = power_helpers.o
 AMD_DAL_MOD_POWER = $(addprefix $(AMDDALPATH)/modules/power/,$(MOD_POWER))
 #$(info ************  DAL POWER MODULE MAKEFILE ************)
 
-AMD_DISPLAY_FILES += $(AMD_DAL_MOD_POWER)
\ No newline at end of file
+AMD_DISPLAY_FILES += $(AMD_DAL_MOD_POWER)
-- 
2.17.1


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

* Re: [PATCH] drm/amd/display: Add missing newline at end of file
  2019-06-17 14:37 [PATCH] drm/amd/display: Add missing newline at end of file Geert Uytterhoeven
@ 2019-06-17 15:03 ` Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2019-06-17 15:03 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: David Airlie, Daniel Vetter, Maling list - DRI developers,
	amd-gfx list, LKML

On Mon, Jun 17, 2019 at 10:45 AM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
> "git diff" says:
>
>     \ No newline at end of file
>
> after modifying the file.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Applied.  thanks!

Alex

> ---
>  drivers/gpu/drm/amd/display/modules/power/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/modules/power/Makefile b/drivers/gpu/drm/amd/display/modules/power/Makefile
> index 87851f892a52d372..9d1b22d35ece9136 100644
> --- a/drivers/gpu/drm/amd/display/modules/power/Makefile
> +++ b/drivers/gpu/drm/amd/display/modules/power/Makefile
> @@ -28,4 +28,4 @@ MOD_POWER = power_helpers.o
>  AMD_DAL_MOD_POWER = $(addprefix $(AMDDALPATH)/modules/power/,$(MOD_POWER))
>  #$(info ************  DAL POWER MODULE MAKEFILE ************)
>
> -AMD_DISPLAY_FILES += $(AMD_DAL_MOD_POWER)
> \ No newline at end of file
> +AMD_DISPLAY_FILES += $(AMD_DAL_MOD_POWER)
> --
> 2.17.1
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2019-06-17 15:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-17 14:37 [PATCH] drm/amd/display: Add missing newline at end of file Geert Uytterhoeven
2019-06-17 15:03 ` Alex Deucher

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).