From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v4 5/5] leds: lt3593: update email address and switch to SPDX license header References: <20180621202322.11581-1-daniel@zonque.org> <20180621202322.11581-6-daniel@zonque.org> From: Jacek Anaszewski Message-ID: <42bb7da0-3a5f-48e5-b12c-332307c794f3@gmail.com> Date: Fri, 22 Jun 2018 23:56:40 +0200 MIME-Version: 1.0 In-Reply-To: <20180621202322.11581-6-daniel@zonque.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit To: Daniel Mack , robh+dt@kernel.org Cc: linux-leds@vger.kernel.org, devicetree@vger.kernel.org List-ID: Hi Daniel, Thanks for sorting the things out. Patch set applied to the for-next branch of linux-leds.git I have one more remark while we are at it, please refer below. On 06/21/2018 10:23 PM, Daniel Mack wrote: > Update the email address in the module information and in the comments > and in the module information, and drop the existing boilerplate in > favor of a SPDX header. > > Signed-off-by: Daniel Mack > --- > drivers/leds/leds-lt3593.c | 21 +++------------------ > 1 file changed, 3 insertions(+), 18 deletions(-) > > diff --git a/drivers/leds/leds-lt3593.c b/drivers/leds/leds-lt3593.c > index b9a907e9d321..f6aae616242e 100644 > --- a/drivers/leds/leds-lt3593.c > +++ b/drivers/leds/leds-lt3593.c > @@ -1,20 +1,5 @@ > -/* > - * LEDs driver for LT3593 controllers > - * > - * See the datasheet at http://cds.linear.com/docs/Datasheet/3593f.pdf > - * > - * Copyright (c) 2009 Daniel Mack > - * > - * Based on leds-gpio.c, > - * > - * Copyright (C) 2007 8D Technologies inc. > - * Raphael Assenat > - * Copyright (C) 2008 Freescale Semiconductor, Inc. > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation. > - */ > +// SPDX-License-Identifier: GPL-2.0 > +// Copyright (c) 2009,2018 Daniel Mack > > #include > #include > @@ -215,7 +200,7 @@ static struct platform_driver lt3593_led_driver = { > > module_platform_driver(lt3593_led_driver); > > -MODULE_AUTHOR("Daniel Mack "); > +MODULE_AUTHOR("Daniel Mack "); > MODULE_DESCRIPTION("LED driver for LT3593 controllers"); > MODULE_LICENSE("GPL"); I've just noticed the pre-existing discrepancy between the license message (GPL v2) and MODULE_LICENSE("GPL"). Is there a reason to keep it that way? > MODULE_ALIAS("platform:leds-lt3593"); > -- Best regards, Jacek Anaszewski