Skip to content

Commit 6184488

Browse files
nishadkamdarsuryasaimadhu
authored andcommitted
x86: Use the correct SPDX License Identifier in headers
Correct the SPDX License Identifier format in a couple of headers. Suggested-by: Joe Perches <[email protected]> Signed-off-by: Nishad Kamdar <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: "H. Peter Anvin" <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Sean Christopherson <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Uwe Kleine-König <[email protected]> Cc: Waiman Long <[email protected]> Cc: x86-ml <[email protected]> Link: https://lkml.kernel.org/r/697848ff866ade29e78e872525d7a3067642fd37.1555427420.git.nishadkamdar@gmail.com
1 parent 54ecb8f commit 6184488

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/x86/include/asm/cpu_entry_area.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
/* SPDX-License-Identifier: GPL-2.0 */
22

33
#ifndef _ASM_X86_CPU_ENTRY_AREA_H
44
#define _ASM_X86_CPU_ENTRY_AREA_H

arch/x86/include/asm/pti.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
/* SPDX-License-Identifier: GPL-2.0 */
22
#ifndef _ASM_X86_PTI_H
33
#define _ASM_X86_PTI_H
44
#ifndef __ASSEMBLY__

arch/x86/kernel/process.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
/* SPDX-License-Identifier: GPL-2.0 */
22
//
33
// Code shared between 32 and 64 bit
44

0 commit comments

Comments
 (0)