aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNishad Kamdar <nishadkamdar@gmail.com>2019-04-16 11:19:35 -0400
committerWill Deacon <will.deacon@arm.com>2019-04-16 11:28:01 -0400
commit22e6c8087e175bc5c507b4e45d1ca588b2bcc61c (patch)
treee05d0758028b06b322737f3d3976cdeaa91e6a1f
parent131e135f7fd14b1de7a5eb26631076705c18073f (diff)
arm64: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style in the arm64 Hardware Architecture related files. Suggested-by: Joe Perches <joe@perches.com> Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
-rw-r--r--arch/arm64/boot/dts/mediatek/mt2712-pinfunc.h2
-rw-r--r--arch/arm64/include/asm/pointer_auth.h2
-rw-r--r--arch/arm64/include/asm/sdei.h2
-rw-r--r--arch/arm64/include/asm/vmap_stack.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt2712-pinfunc.h b/arch/arm64/boot/dts/mediatek/mt2712-pinfunc.h
index 1b4cb0c55744..385c455a7c98 100644
--- a/arch/arm64/boot/dts/mediatek/mt2712-pinfunc.h
+++ b/arch/arm64/boot/dts/mediatek/mt2712-pinfunc.h
@@ -1,4 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0 1/* SPDX-License-Identifier: GPL-2.0 */
2/* 2/*
3 * Copyright (C) 2018 MediaTek Inc. 3 * Copyright (C) 2018 MediaTek Inc.
4 * Author: Zhiyong Tao <zhiyong.tao@mediatek.com> 4 * Author: Zhiyong Tao <zhiyong.tao@mediatek.com>
diff --git a/arch/arm64/include/asm/pointer_auth.h b/arch/arm64/include/asm/pointer_auth.h
index 15d49515efdd..d328540cb85e 100644
--- a/arch/arm64/include/asm/pointer_auth.h
+++ b/arch/arm64/include/asm/pointer_auth.h
@@ -1,4 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0 1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __ASM_POINTER_AUTH_H 2#ifndef __ASM_POINTER_AUTH_H
3#define __ASM_POINTER_AUTH_H 3#define __ASM_POINTER_AUTH_H
4 4
diff --git a/arch/arm64/include/asm/sdei.h b/arch/arm64/include/asm/sdei.h
index ffe47d766c25..63e0b92a5fbb 100644
--- a/arch/arm64/include/asm/sdei.h
+++ b/arch/arm64/include/asm/sdei.h
@@ -1,4 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0 1/* SPDX-License-Identifier: GPL-2.0 */
2// Copyright (C) 2017 Arm Ltd. 2// Copyright (C) 2017 Arm Ltd.
3#ifndef __ASM_SDEI_H 3#ifndef __ASM_SDEI_H
4#define __ASM_SDEI_H 4#define __ASM_SDEI_H
diff --git a/arch/arm64/include/asm/vmap_stack.h b/arch/arm64/include/asm/vmap_stack.h
index 0b5ec6e08c10..0a12115d9638 100644
--- a/arch/arm64/include/asm/vmap_stack.h
+++ b/arch/arm64/include/asm/vmap_stack.h
@@ -1,4 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0 1/* SPDX-License-Identifier: GPL-2.0 */
2// Copyright (C) 2017 Arm Ltd. 2// Copyright (C) 2017 Arm Ltd.
3#ifndef __ASM_VMAP_STACK_H 3#ifndef __ASM_VMAP_STACK_H
4#define __ASM_VMAP_STACK_H 4#define __ASM_VMAP_STACK_H