From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH v3 1/5] arm64: Use the correct style for SPDX License Identifier Date: Tue, 16 Apr 2019 22:34:47 +0100 Message-ID: <20190416213447.GA11724@brain-police> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Nishad Kamdar Cc: Matthias Brugger , Rob Herring , Mark Rutland , Catalin Marinas , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Joe Perches , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= List-Id: devicetree@vger.kernel.org On Tue, Apr 16, 2019 at 08:49:35PM +0530, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style > in the arm64 Hardware Architecture related files. > > 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 +- > 4 files changed, 4 insertions(+), 4 deletions(-) I'll pick this up for 5.2. Will