diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-07-02 01:56:01 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-03 09:38:28 +0300 |
commit | e878647ec4dd662f16df1d7fcbfac68a9b20ea81 (patch) | |
tree | f583fed17dc5665c521b7fd56b77f0c0232b6f67 /arch/arm/boot/dts/imx6sll-pinfunc.h | |
parent | 7d034c5c6106b6f9ae13a67eaa98f558f430e33b (diff) | |
download | linux-e878647ec4dd662f16df1d7fcbfac68a9b20ea81.tar.xz |
ARM: dts: imx6sll: Fix the SPDX notation for header file
Per Documentation/process/license-rules.rst the SPDX notation for
header file should be /* */ style, so fix it accordingly.
Fixes: 9f30b6b1a957 ("ARM: dts: imx: Add basic dtsi file for imx6sll")
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sll-pinfunc.h')
-rw-r--r-- | arch/arm/boot/dts/imx6sll-pinfunc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sll-pinfunc.h b/arch/arm/boot/dts/imx6sll-pinfunc.h index b1c40dcdb42f..713a346f4c89 100644 --- a/arch/arm/boot/dts/imx6sll-pinfunc.h +++ b/arch/arm/boot/dts/imx6sll-pinfunc.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright 2016 Freescale Semiconductor, Inc. * Copyright 2017-2018 NXP. |