2019-02-03 20:14:14

by Benjamin Drung

[permalink] [raw]
Subject: [PATCH] ARM: dts: exynos: Fix spelling mistake of EXYNOS5420

The SoC name EXYNOS5420 was misspelled.

Signed-off-by: Benjamin Drung <[email protected]>
---
arch/arm/boot/dts/exynos5420.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index aaff15880761..5fb2326875dc 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -5,7 +5,7 @@
* Copyright (c) 2013 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
- * SAMSUNG EXYNOS54200 SoC device nodes are listed in this file.
+ * SAMSUNG EXYNOS5420 SoC device nodes are listed in this file.
* EXYNOS5420 based board files can include this file and provide
* values for board specfic bindings.
*/
--
2.19.1



2019-03-25 16:53:32

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: exynos: Fix spelling mistake of EXYNOS5420

On Sun, Feb 03, 2019 at 09:13:30PM +0100, Benjamin Drung wrote:
> The SoC name EXYNOS5420 was misspelled.
>
> Signed-off-by: Benjamin Drung <[email protected]>
> ---
> arch/arm/boot/dts/exynos5420.dtsi | 2 +-

Sorry for late apply but you never sent it to samsung-soc maling list so
it was not present on Patchwork (and somehow slipped through my filters).

The easiest way is to use scripts/get_maintainers.pl - it will print all
necessary Cc-addresses.

Thanks, applied now.

Best regards,
Krzysztof