[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210610214438.3161140-5-trix@redhat.com>
Date: Thu, 10 Jun 2021 14:44:34 -0700
From: trix@...hat.com
To: robh+dt@...nel.org, tsbogend@...ha.franken.de, jic23@...nel.org,
lars@...afoo.de, tomas.winkler@...el.com, arnd@...db.de,
gregkh@...uxfoundation.org, nbd@....name,
lorenzo.bianconi83@...il.com, ryder.lee@...iatek.com,
kvalo@...eaurora.org, davem@...emloft.net, kuba@...nel.org,
matthias.bgg@...il.com, mcoquelin.stm32@...il.com,
alexandre.torgue@...s.st.com, apw@...onical.com, joe@...ches.com,
dwaipayanray1@...il.com, lukas.bulwahn@...il.com,
chenhuacai@...nel.org, jiaxun.yang@...goat.com,
zhangqing@...ngson.cn, jbhayana@...gle.com, sean.wang@...iatek.com,
shayne.chen@...iatek.com, Soul.Huang@...iatek.com,
shorne@...il.com, gsomlo@...il.com,
pczarnecki@...ernships.antmicro.com, mholenko@...micro.com,
davidgow@...gle.com
Cc: devicetree@...r.kernel.org, linux-mips@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-iio@...r.kernel.org,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org,
linux-stm32@...md-mailman.stormreply.com, Tom Rix <trix@...hat.com>
Subject: [PATCH 3/7] drivers/soc/litex: fix spelling of SPDX tag
From: Tom Rix <trix@...hat.com>
checkpatch looks for SPDX-License-Identifier.
So change the '_' to '-'
Signed-off-by: Tom Rix <trix@...hat.com>
---
drivers/soc/litex/Kconfig | 2 +-
drivers/soc/litex/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/soc/litex/Kconfig b/drivers/soc/litex/Kconfig
index e7011d665b151..c03b1f816cc08 100644
--- a/drivers/soc/litex/Kconfig
+++ b/drivers/soc/litex/Kconfig
@@ -1,4 +1,4 @@
-# SPDX-License_Identifier: GPL-2.0
+# SPDX-License-Identifier: GPL-2.0
menu "Enable LiteX SoC Builder specific drivers"
diff --git a/drivers/soc/litex/Makefile b/drivers/soc/litex/Makefile
index 98ff7325b1c07..aeae1f4165a70 100644
--- a/drivers/soc/litex/Makefile
+++ b/drivers/soc/litex/Makefile
@@ -1,3 +1,3 @@
-# SPDX-License_Identifier: GPL-2.0
+# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_LITEX_SOC_CONTROLLER) += litex_soc_ctrl.o
--
2.26.3
Powered by blists - more mailing lists