From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Allan W. Nielsen" Subject: Re: [PATCH net-next ] net: mscc: Add SPDX identifier Date: Fri, 18 May 2018 10:38:00 +0200 Message-ID: <20180518083800.GC11206@microsemi.com> References: <20180517192305.17517-1-alexandre.belloni@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Cc: "David S . Miller" , , , Thomas Petazzoni , "Andrew Lunn" , Florian Fainelli , , To: Alexandre Belloni Return-path: Content-Disposition: inline In-Reply-To: <20180517192305.17517-1-alexandre.belloni@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 17/05/18 21:23, Alexandre Belloni wrote: > ocelot_qsys.h is missing the SPDX identfier, fix that. > > Signed-off-by: Alexandre Belloni > --- > drivers/net/ethernet/mscc/ocelot_qsys.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/ethernet/mscc/ocelot_qsys.h b/drivers/net/ethernet/mscc/ocelot_qsys.h > index aa7267d5ca77..d8c63aa761be 100644 > --- a/drivers/net/ethernet/mscc/ocelot_qsys.h > +++ b/drivers/net/ethernet/mscc/ocelot_qsys.h > @@ -1,7 +1,7 @@ > +/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ > /* > * Microsemi Ocelot Switch driver > * > - * License: Dual MIT/GPL > * Copyright (c) 2017 Microsemi Corporation > */ > > -- > 2.17.0 > Reviewed-by: Allan W. Nielsen