diff mbox series

[4/7] MIPS: Loongson64: fix spelling of SPDX tag

Message ID 20210610214438.3161140-6-trix@redhat.com
State Accepted
Commit 06476b5bed2a686b6a1c8a9e011104a631adffc3
Headers show
Series check Makefile and Kconfigs for SPDX tag | expand

Commit Message

Tom Rix June 10, 2021, 9:44 p.m. UTC
From: Tom Rix <trix@redhat.com>

checkpatch looks for SPDX-License-Identifier.
So change the '_' to '-'

Signed-off-by: Tom Rix <trix@redhat.com>
---
 arch/mips/boot/dts/loongson/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Bogendoerfer June 21, 2021, 9:46 a.m. UTC | #1
On Thu, Jun 10, 2021 at 02:44:35PM -0700, trix@redhat.com wrote:
> From: Tom Rix <trix@redhat.com>

> 

> checkpatch looks for SPDX-License-Identifier.

> So change the '_' to '-'

> 

> Signed-off-by: Tom Rix <trix@redhat.com>

> ---

>  arch/mips/boot/dts/loongson/Makefile | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)


applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]
diff mbox series

Patch

diff --git a/arch/mips/boot/dts/loongson/Makefile b/arch/mips/boot/dts/loongson/Makefile
index 72267bfda9b41..5c6433e441ee4 100644
--- a/arch/mips/boot/dts/loongson/Makefile
+++ b/arch/mips/boot/dts/loongson/Makefile
@@ -1,4 +1,4 @@ 
-# SPDX_License_Identifier: GPL_2.0
+# SPDX-License-Identifier: GPL-2.0
 dtb-$(CONFIG_MACH_LOONGSON64)	+= loongson64_2core_2k1000.dtb
 dtb-$(CONFIG_MACH_LOONGSON64)	+= loongson64c_4core_ls7a.dtb
 dtb-$(CONFIG_MACH_LOONGSON64)	+= loongson64c_4core_rs780e.dtb