On 2018-04-23 00:02, Thomas Gleixner wrote:
> 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 <t...@linutronix.de>
> Cc: Jan Kiszka <jan.kis...@siemens.com>
> ---
>  arch/x86/include/asm/jailhouse_para.h |    2 +-
>  arch/x86/kernel/jailhouse.c           |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> --- a/arch/x86/include/asm/jailhouse_para.h
> +++ b/arch/x86/include/asm/jailhouse_para.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL2.0 */
> +/* SPDX-License-Identifier: GPL-2.0 */
>  
>  /*
>   * Jailhouse paravirt detection
> --- 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
>   *
> 
> 

Acked-by: Jan Kiszka <jan.kis...@siemens.com>

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

Reply via email to