[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fa180c7093b946f2bd86d26d5875db28f80957de.camel@perches.com>
Date: Thu, 10 Jun 2021 15:15:02 -0700
From: Joe Perches <joe@...ches.com>
To: trix@...hat.com, 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,
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
Subject: Re: [PATCH 1/7] checkpatch: check Makefiles and Kconfigs for SPDX
tag
On Thu, 2021-06-10 at 14:44 -0700, trix@...hat.com wrote:
> From: Tom Rix <trix@...hat.com>
>
> Both Makefiles and Kconfigs should carry an SPDX tag.
> Something like
> # SPDX-License-Identifier: GPL-2.0-only
>
> Add a matcher to existing check
>
> Signed-off-by: Tom Rix <trix@...hat.com>
Seems fine, thanks.
There's a Makefile with two tags that could be updated too.
---
drivers/staging/media/atomisp/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/media/atomisp/Makefile b/drivers/staging/media/atomisp/Makefile
index 51498b2e85b8f..cee03e31f420d 100644
--- a/drivers/staging/media/atomisp/Makefile
+++ b/drivers/staging/media/atomisp/Makefile
@@ -11,7 +11,6 @@ DEFINES += -DDEBUG
atomisp = $(srctree)/drivers/staging/media/atomisp/
-# SPDX-License-Identifier: GPL-2.0
atomisp-objs += \
pci/atomisp_acc.o \
pci/atomisp_cmd.o \
Powered by blists - more mailing lists