x86: Use the correct SPDX License Identifier in headers
authorNishad Kamdar <nishadkamdar@gmail.com>
Tue, 16 Apr 2019 15:46:14 +0000 (21:16 +0530)
committerBorislav Petkov <bp@suse.de>
Tue, 1 Oct 2019 18:31:35 +0000 (20:31 +0200)
Correct the SPDX License Identifier format in a couple of headers.

Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Sean Christopherson <sean.j.christopherson@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Waiman Long <longman@redhat.com>
Cc: x86-ml <x86@kernel.org>
Link: https://lkml.kernel.org/r/697848ff866ade29e78e872525d7a3067642fd37.1555427420.git.nishadkamdar@gmail.com
arch/x86/include/asm/cpu_entry_area.h
arch/x86/include/asm/pti.h
arch/x86/kernel/process.h

index cff3f3f3bfe0895a4e6c78b515b86c29b54cb2ca..8348f7d69fd5862fa3f97d666443f688193a3cc2 100644 (file)
@@ -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
index 5df09a0b80b801bcd6cc9adc780dec594d84ccad..07375b476c4fda6cfd89229826bf21e331ef5190 100644 (file)
@@ -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__
index 320ab978fb1f3149b314beb8003c5b224490e7ca..1d0797b2338a291a9ba6ec89f0ec7aead1b4fbd0 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 //
 // Code shared between 32 and 64 bit