Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7010adcd authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86/jailhouse: Fix incorrect SPDX identifier



GPL2.0 is not a valid SPDX identiier. Replace it with GPL-2.0.

Fixes: 4a362601 ("x86/jailhouse: Add infrastructure for running in non-root cell")
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Acked-by: default avatarJan 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
parent 6d08b06e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL2.0 */
/* SPDX-License-Identifier: GPL-2.0 */

/*
 * Jailhouse paravirt detection
+1 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL2.0
// SPDX-License-Identifier: GPL-2.0
/*
 * Jailhouse paravirt_ops implementation
 *