summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/jailhouse.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2018-04-23 00:02:09 +0200
committerThomas Gleixner <tglx@linutronix.de>2018-04-23 10:17:28 +0200
commit7010adcdd23527f7efef1e7bc0d8c458f6ec0dd2 (patch)
treee8c7c494e46e644d149231e009454a31f576c089 /arch/x86/kernel/jailhouse.c
parent6d08b06e67cd117f6992c46611dfb4ce267cd71e (diff)
downloadlinux-0-day-7010adcdd23527f7efef1e7bc0d8c458f6ec0dd2.tar.gz
linux-0-day-7010adcdd23527f7efef1e7bc0d8c458f6ec0dd2.tar.xz
x86/jailhouse: Fix incorrect SPDX identifier
GPL2.0 is not a valid SPDX identiier. Replace it with GPL-2.0. Fixes: 4a362601baa6 ("x86/jailhouse: Add infrastructure for running in non-root cell") Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Jan Kiszka <jan.kiszka@siemens.com> Cc: Kate Stewart <kstewart@linuxfoundation.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Philippe Ombredanne <pombredanne@nexb.com> Link: https://lkml.kernel.org/r/20180422220832.815346488@linutronix.de
Diffstat (limited to 'arch/x86/kernel/jailhouse.c')
-rw-r--r--arch/x86/kernel/jailhouse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/jailhouse.c b/arch/x86/kernel/jailhouse.c
index fa183a131edc7..a15fe0e92cf99 100644
--- a/arch/x86/kernel/jailhouse.c
+++ b/arch/x86/kernel/jailhouse.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL2.0
+// SPDX-License-Identifier: GPL-2.0
/*
* Jailhouse paravirt_ops implementation
*