linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] check Makefile and Kconfigs for SPDX tag
@ 2021-06-10 21:44 trix
  2021-06-10 21:44 ` [PATCH 1/7] checkpatch: check Makefiles " trix
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: trix @ 2021-06-10 21:44 UTC (permalink / raw)
  To: robh+dt, tsbogend, jic23, lars, tomas.winkler, arnd, gregkh, nbd,
	lorenzo.bianconi83, ryder.lee, kvalo, davem, kuba, matthias.bgg,
	mcoquelin.stm32, alexandre.torgue, apw, joe, dwaipayanray1,
	lukas.bulwahn, chenhuacai, jiaxun.yang, zhangqing, jbhayana,
	sean.wang, shayne.chen, Soul.Huang, shorne, gsomlo, pczarnecki,
	mholenko, davidgow
  Cc: devicetree, linux-mips, linux-kernel, linux-iio, linux-wireless,
	netdev, linux-arm-kernel, linux-mediatek, linux-stm32, Tom Rix

From: Tom Rix <trix@redhat.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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-06-21  9:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10 21:44 [PATCH 0/7] check Makefile and Kconfigs for SPDX tag trix
2021-06-10 21:44 ` [PATCH 1/7] checkpatch: check Makefiles " trix
2021-06-10 22:15   ` Joe Perches
2021-06-10 21:44 ` [PATCH 2/7] mei: hdcp: SPDX tag should be the first line trix
2021-06-11 16:12   ` Winkler, Tomas
2021-06-10 21:44 ` [PATCH 3/7] drivers/soc/litex: fix spelling of SPDX tag trix
2021-06-11 20:38   ` Stafford Horne
2021-06-10 21:44 ` [PATCH 4/7] MIPS: Loongson64: " trix
2021-06-21  9:46   ` Thomas Bogendoerfer
2021-06-10 21:44 ` [PATCH 5/7] iio/scmi: " trix
2021-06-11 17:37   ` Jonathan Cameron
2021-06-10 21:44 ` [PATCH 6/7] mt76: add a space between comment char and " trix
2021-06-10 21:44 ` [PATCH 7/7] mt76: use SPDX header file comment style trix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).