mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
powerpc: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style in the powerpc Hardware Architecture related files. Suggested-by: Joe Perches <joe@perches.com> Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com> Acked-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
41732bdc9c
commit
2200bbec12
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0+
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
// Copyright 2017 IBM Corp.
|
// Copyright 2017 IBM Corp.
|
||||||
#ifndef _ASM_PNV_OCXL_H
|
#ifndef _ASM_PNV_OCXL_H
|
||||||
#define _ASM_PNV_OCXL_H
|
#define _ASM_PNV_OCXL_H
|
||||||
|
|
Loading…
Reference in a new issue