diff options
author | Nishad Kamdar <nishadkamdar@gmail.com> | 2019-04-16 20:54:35 +0530 |
---|---|---|
committer | Greentime Hu <greentime@andestech.com> | 2019-05-07 17:52:09 +0800 |
commit | 7f9ea6b799ef0f3adc7e860937dec633545b5f6f (patch) | |
tree | adb77c91dc9c0e567cde0c75f8c27bd69b979bf8 /arch/nds32/include/asm/vdso_datapage.h | |
parent | 1cfdc6f92f25cd7ad1038835209ae4da39602b53 (diff) | |
download | talos-op-linux-7f9ea6b799ef0f3adc7e860937dec633545b5f6f.tar.gz talos-op-linux-7f9ea6b799ef0f3adc7e860937dec633545b5f6f.zip |
nds32: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style
in the nds32 Hardware Architecture related files.
Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
Acked-by: Greentime Hu <greentime@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
Diffstat (limited to 'arch/nds32/include/asm/vdso_datapage.h')
-rw-r--r-- | arch/nds32/include/asm/vdso_datapage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nds32/include/asm/vdso_datapage.h b/arch/nds32/include/asm/vdso_datapage.h index 79db5a12ca5e..cd1dda3da0f9 100644 --- a/arch/nds32/include/asm/vdso_datapage.h +++ b/arch/nds32/include/asm/vdso_datapage.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0 */ // Copyright (C) 2012 ARM Limited // Copyright (C) 2005-2017 Andes Technology Corporation #ifndef __ASM_VDSO_DATAPAGE_H |