Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933864AbeALNjG (ORCPT + 1 other); Fri, 12 Jan 2018 08:39:06 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:54107 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933478AbeALNjE (ORCPT ); Fri, 12 Jan 2018 08:39:04 -0500 Date: Fri, 12 Jan 2018 14:38:57 +0100 From: jacopo mondi To: Philippe Ombredanne Cc: Jacopo Mondi , Laurent Pinchart , Magnus Damm , geert@glider.be, Mauro Carvalho Chehab , Hans Verkuil , Fabio Estevam , Sakari Ailus , Rob Herring , Mark Rutland , linux-renesas-soc@vger.kernel.org, Linux Media Mailing List , linux-sh@vger.kernel.org, "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , LKML Subject: Re: [PATCH v4 3/9] v4l: platform: Add Renesas CEU driver Message-ID: <20180112133857.GE24794@w540> References: <1515515131-13760-1-git-send-email-jacopo+renesas@jmondi.org> <1515515131-13760-4-git-send-email-jacopo+renesas@jmondi.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi Philippe, Laurent, Geert, On Fri, Jan 12, 2018 at 11:36:31AM +0100, Philippe Ombredanne wrote: > On Tue, Jan 9, 2018 at 5:25 PM, Jacopo Mondi wrote: > > Add driver for Renesas Capture Engine Unit (CEU). > > > > > --- /dev/null > > +++ b/drivers/media/platform/renesas-ceu.c > > @@ -0,0 +1,1648 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > > > > +MODULE_DESCRIPTION("Renesas CEU camera driver"); > > +MODULE_AUTHOR("Jacopo Mondi "); > > +MODULE_LICENSE("GPL"); > > Jacopo, > the MODULE_LICENSE does not match the SPDX tag. Per module.h "GPL" > means GPL-2.0 or later ;) > > It should be instead: > > > +MODULE_LICENSE("GPL v2"); > > ... to match your > > > +// SPDX-License-Identifier: GPL-2.0 I will update this in next v5. Laurent, Geert: I'll keep SPDX identifier to "GPL-2.0" until kernel doc does not get updated. Thanks j > > I know this can be confusing, but updating the MODULE_LICENSE tags > definitions in module.h to match SPDX tags is unlikely to happen as it > would create mayhem for everyone and every module loader relying on > this established convention. > > -- > Cordially > Philippe Ombredanne