2020-04-20 08:01:49

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH] arm64: dts: meson-g12: remove spurious blank line

Remove spurious blank line introduced in f12a463d2f43 but was not part
of the original patch at [1].

[1] http://lore.kernel.org/r/[email protected]

Fixes: f12a463d2f43 ("arm64: dts: meson-g12: add the SPIFC nodes")
Signed-off-by: Neil Armstrong <[email protected]>
---
arch/arm64/boot/dts/amlogic/meson-g12.dtsi | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-g12.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12.dtsi
index 783e5a397f86..55d39020ec72 100644
--- a/arch/arm64/boot/dts/amlogic/meson-g12.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-g12.dtsi
@@ -1,4 +1,3 @@
-
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2019 BayLibre, SAS
--
2.22.0


2020-04-29 19:15:12

by Kevin Hilman

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: meson-g12: remove spurious blank line

Neil Armstrong <[email protected]> writes:

> Remove spurious blank line introduced in f12a463d2f43 but was not part
> of the original patch at [1].
>
> [1] http://lore.kernel.org/r/[email protected]
>
> Fixes: f12a463d2f43 ("arm64: dts: meson-g12: add the SPIFC nodes")
> Signed-off-by: Neil Armstrong <[email protected]>

Hmm, not sure what happened there as I've been using Konstantin's new
'b4' tool to apply patches.

Anyways, queued as a fix for v5.7-rc,

Thanks,

Kevin