[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210610214438.3161140-1-trix@redhat.com>
Date: Thu, 10 Jun 2021 14:44:30 -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 0/7] check Makefile and Kconfigs for SPDX tag
From: Tom Rix <trix@...hat.com>
A followup to
https://lore.kernel.org/linux-fpga/YMD2yxtsQN16MoPA@kroah.com/
So I do not repeat this problem, add a SPDX checker for Makefiles and
Kconfigs to checkpatch.
Then treewide fix the malformed Makefiles and Kconfigs.
Those missing tags are numerous.
Kconfig has 46
Makefile has 141
Run checkpatch generally over the dirs with Makefile or Kconfig problems
to check nothing broke in checkpatch. Fix the few problems turned up
Tom Rix (7):
checkpatch: check Makefiles and Kconfigs for SPDX tag
mei: hdcp: SPDX tag should be the first line
drivers/soc/litex: fix spelling of SPDX tag
MIPS: Loongson64: fix spelling of SPDX tag
iio/scmi: fix spelling of SPDX tag
mt76: add a space between comment char and SPDX tag
mt76: use SPDX header file comment style
arch/mips/boot/dts/loongson/Makefile | 2 +-
drivers/iio/common/scmi_sensors/Makefile | 2 +-
drivers/misc/mei/hdcp/Kconfig | 1 -
drivers/net/wireless/mediatek/mt76/mt7615/Makefile | 2 +-
drivers/net/wireless/mediatek/mt76/mt7615/sdio.h | 2 +-
drivers/net/wireless/mediatek/mt76/mt7915/Makefile | 2 +-
drivers/net/wireless/mediatek/mt76/mt7915/testmode.h | 2 +-
drivers/net/wireless/mediatek/mt76/mt7921/Makefile | 2 +-
drivers/soc/litex/Kconfig | 2 +-
drivers/soc/litex/Makefile | 2 +-
scripts/checkpatch.pl | 2 +-
11 files changed, 10 insertions(+), 11 deletions(-)
--
2.26.3
Powered by blists - more mailing lists