From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishad Kamdar Subject: Re: [PATCH] ARCH: Use the correct style for SPDX License Identifier Date: Mon, 8 Apr 2019 19:00:18 +0530 Message-ID: <20190408133016.GA2662@nishad> References: <20190323132808.GA10547@nishad> <20190331010549.GA17669@bogus> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190331010549.GA17669@bogus> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Rob Herring Cc: Mark Rutland , devicetree@vger.kernel.org, Fabio Estevam , Greg Kroah-Hartman , Sascha Hauer , linux-kernel@vger.kernel.org, NXP Linux Team , Pengutronix Kernel Team , Joe Perches , Shawn Guo , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Sun, Mar 31, 2019 at 01:41:26AM -0500, Rob Herring wrote: > On Sat, Mar 23, 2019 at 06:58:14PM +0530, Nishad Kamdar wrote: > > This patch corrects the SPDX License Identifier style > > in the Hardware Architecture subsystem. > > > > Changes made by using a script provided by Joe Perches here: > > https://lkml.org/lkml/2019/2/7/46 > > and making some manual changes. > > > > Suggested-by: Joe Perches > > Signed-off-by: Nishad Kamdar > > --- > > arch/arm64/boot/dts/mediatek/mt2712-pinfunc.h | 2 +- > > arch/arm64/include/asm/pointer_auth.h | 2 +- > > arch/arm64/include/asm/sdei.h | 2 +- > > arch/arm64/include/asm/vmap_stack.h | 2 +- > > arch/nds32/include/asm/assembler.h | 2 +- > > No reason to put all arches in one patch. Please split by arch for > maintainers to take. > > Rob > Ok, I'll do that. Thanks for the review. Thanks and regards, Nishad