Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+2 -2
+1 -1
arch/x86/include/asm/jailhouse_para.h
··· 1 - /* SPDX-License-Identifier: GPL2.0 */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 2 3 3 /* 4 4 * Jailhouse paravirt detection
+1 -1
arch/x86/kernel/jailhouse.c
··· 1 - // SPDX-License-Identifier: GPL2.0 1 + // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * Jailhouse paravirt_ops implementation 4 4 *