diff options
author | Nishad Kamdar <nishadkamdar@gmail.com> | 2019-03-11 19:57:04 +0530 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-03-21 11:02:40 +0800 |
commit | 3123be11683ed8c2f26f787df81966b538ca9f72 (patch) | |
tree | 56107a5b232938cab4891503dd32bb552a464e3e /arch/arm | |
parent | 032f85c9360fb1a08385c584c2c4ed114b33c260 (diff) | |
download | linux-3123be11683ed8c2f26f787df81966b538ca9f72.tar.bz2 |
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 <joe@perches.com>
Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6ull-pinfunc-snvs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |