netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: trix@redhat.com
To: robh+dt@kernel.org, tsbogend@alpha.franken.de, jic23@kernel.org,
	lars@metafoo.de, tomas.winkler@intel.com, arnd@arndb.de,
	gregkh@linuxfoundation.org, nbd@nbd.name,
	lorenzo.bianconi83@gmail.com, ryder.lee@mediatek.com,
	kvalo@codeaurora.org, davem@davemloft.net, kuba@kernel.org,
	matthias.bgg@gmail.com, mcoquelin.stm32@gmail.com,
	alexandre.torgue@foss.st.com, apw@canonical.com, joe@perches.com,
	dwaipayanray1@gmail.com, lukas.bulwahn@gmail.com,
	chenhuacai@kernel.org, jiaxun.yang@flygoat.com,
	zhangqing@loongson.cn, jbhayana@google.com,
	sean.wang@mediatek.com, shayne.chen@mediatek.com,
	Soul.Huang@mediatek.com, shorne@gmail.com, gsomlo@gmail.com,
	pczarnecki@internships.antmicro.com, mholenko@antmicro.com,
	davidgow@google.com
Cc: devicetree@vger.kernel.org, linux-mips@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org,
	linux-wireless@vger.kernel.org, netdev@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org,
	linux-stm32@st-md-mailman.stormreply.com,
	Tom Rix <trix@redhat.com>
Subject: [PATCH 0/7] check Makefile and Kconfigs for SPDX tag
Date: Thu, 10 Jun 2021 14:44:30 -0700	[thread overview]
Message-ID: <20210610214438.3161140-1-trix@redhat.com> (raw)

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


             reply	other threads:[~2021-06-10 21:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-10 21:44 trix [this message]
2021-06-10 21:44 ` [PATCH 1/7] checkpatch: check Makefiles and Kconfigs for SPDX tag 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210610214438.3161140-1-trix@redhat.com \
    --to=trix@redhat.com \
    --cc=Soul.Huang@mediatek.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=apw@canonical.com \
    --cc=arnd@arndb.de \
    --cc=chenhuacai@kernel.org \
    --cc=davem@davemloft.net \
    --cc=davidgow@google.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dwaipayanray1@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=gsomlo@gmail.com \
    --cc=jbhayana@google.com \
    --cc=jiaxun.yang@flygoat.com \
    --cc=jic23@kernel.org \
    --cc=joe@perches.com \
    --cc=kuba@kernel.org \
    --cc=kvalo@codeaurora.org \
    --cc=lars@metafoo.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lorenzo.bianconi83@gmail.com \
    --cc=lukas.bulwahn@gmail.com \
    --cc=matthias.bgg@gmail.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=mholenko@antmicro.com \
    --cc=nbd@nbd.name \
    --cc=netdev@vger.kernel.org \
    --cc=pczarnecki@internships.antmicro.com \
    --cc=robh+dt@kernel.org \
    --cc=ryder.lee@mediatek.com \
    --cc=sean.wang@mediatek.com \
    --cc=shayne.chen@mediatek.com \
    --cc=shorne@gmail.com \
    --cc=tomas.winkler@intel.com \
    --cc=tsbogend@alpha.franken.de \
    --cc=zhangqing@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).