2019-03-11 14:29:28

by Nishad Kamdar

[permalink] [raw]
Subject: [PATCH] ARM: dts: imx6ull: Use the correct style for SPDX License Identifier

This patch corrects the SPDX License Identifier style
in imx6ull-pinfunc-snvs.h.

Changes made by using a script provided by Joe Perches here:
https://lkml.org/lkml/2019/2/7/46
and making some manual changes.

Suggested-by: Joe Perches <[email protected]>
Signed-off-by: Nishad Kamdar <[email protected]>
---
arch/arm/boot/dts/imx6ull-pinfunc-snvs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6ull-pinfunc-snvs.h b/arch/arm/boot/dts/imx6ull-pinfunc-snvs.h
index f6fb6783c193..54cfe72295aa 100644
--- a/arch/arm/boot/dts/imx6ull-pinfunc-snvs.h
+++ b/arch/arm/boot/dts/imx6ull-pinfunc-snvs.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2016 Freescale Semiconductor, Inc.
* Copyright (C) 2017 NXP
--
2.17.1



2019-03-21 03:03:17

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: imx6ull: Use the correct style for SPDX License Identifier

On Mon, Mar 11, 2019 at 07:57:04PM +0530, Nishad Kamdar wrote:
> This patch corrects the SPDX License Identifier style
> in imx6ull-pinfunc-snvs.h.
>
> Changes made by using a script provided by Joe Perches here:
> https://lkml.org/lkml/2019/2/7/46
> and making some manual changes.
>
> Suggested-by: Joe Perches <[email protected]>
> Signed-off-by: Nishad Kamdar <[email protected]>

Applied, thanks.