[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <156995511592.9978.4673936343643990987.tip-bot2@tip-bot2>
Date: Tue, 01 Oct 2019 18:38:35 -0000
From: "tip-bot2 for Nishad Kamdar" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Joe Perches <joe@...ches.com>,
Nishad Kamdar <nishadkamdar@...il.com>,
Borislav Petkov <bp@...e.de>,
"Greg Kroah-Hartman" <gregkh@...uxfoundation.org>,
"H. Peter Anvin" <hpa@...or.com>, Ingo Molnar <mingo@...hat.com>,
Sean Christopherson <sean.j.christopherson@...el.com>,
Thomas Gleixner <tglx@...utronix.de>,
Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>, Waiman Long <longman@...hat.com>,
"x86-ml" <x86@...nel.org>, Ingo Molnar <mingo@...nel.org>,
Borislav Petkov <bp@...en8.de>, linux-kernel@...r.kernel.org
Subject: [tip: core/urgent] x86: Use the correct SPDX License Identifier in headers
The following commit has been merged into the core/urgent branch of tip:
Commit-ID: 6184488a19be96d89cb6c36fb4bc277198309484
Gitweb: https://git.kernel.org/tip/6184488a19be96d89cb6c36fb4bc277198309484
Author: Nishad Kamdar <nishadkamdar@...il.com>
AuthorDate: Tue, 16 Apr 2019 21:16:14 +05:30
Committer: Borislav Petkov <bp@...e.de>
CommitterDate: Tue, 01 Oct 2019 20:31:35 +02:00
x86: Use the correct SPDX License Identifier in headers
Correct the SPDX License Identifier format in a couple of headers.
Suggested-by: Joe Perches <joe@...ches.com>
Signed-off-by: Nishad Kamdar <nishadkamdar@...il.com>
Signed-off-by: Borislav Petkov <bp@...e.de>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: "H. Peter Anvin" <hpa@...or.com>
Cc: Ingo Molnar <mingo@...hat.com>
Cc: Sean Christopherson <sean.j.christopherson@...el.com>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
Cc: Waiman Long <longman@...hat.com>
Cc: x86-ml <x86@...nel.org>
Link: https://lkml.kernel.org/r/697848ff866ade29e78e872525d7a3067642fd37.1555427420.git.nishadkamdar@gmail.com
---
arch/x86/include/asm/cpu_entry_area.h | 2 +-
arch/x86/include/asm/pti.h | 2 +-
arch/x86/kernel/process.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/x86/include/asm/cpu_entry_area.h b/arch/x86/include/asm/cpu_entry_area.h
index cff3f3f..8348f7d 100644
--- a/arch/x86/include/asm/cpu_entry_area.h
+++ b/arch/x86/include/asm/cpu_entry_area.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_CPU_ENTRY_AREA_H
#define _ASM_X86_CPU_ENTRY_AREA_H
diff --git a/arch/x86/include/asm/pti.h b/arch/x86/include/asm/pti.h
index 5df09a0..07375b4 100644
--- a/arch/x86/include/asm/pti.h
+++ b/arch/x86/include/asm/pti.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_PTI_H
#define _ASM_X86_PTI_H
#ifndef __ASSEMBLY__
diff --git a/arch/x86/kernel/process.h b/arch/x86/kernel/process.h
index 320ab97..1d0797b 100644
--- a/arch/x86/kernel/process.h
+++ b/arch/x86/kernel/process.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
//
// Code shared between 32 and 64 bit
Powered by blists - more mailing lists