From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753595AbbCPMkZ (ORCPT ); Mon, 16 Mar 2015 08:40:25 -0400 Received: from cpsmtpb-ews10.kpnxchange.com ([213.75.39.15]:60784 "EHLO cpsmtpb-ews10.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751170AbbCPMkV (ORCPT ); Mon, 16 Mar 2015 08:40:21 -0400 Message-ID: <1426509618.26437.43.camel@x220> Subject: Re: [PATCH] leds: Add arbitrary pattern trigger From: Paul Bolle To: =?ISO-8859-1?Q?Rapha=EBl?= Teysseyre Cc: Pavel Machek , Bryan Wu , Joe Xue , "rpurdie@rpsys.net" , Linux LED Subsystem , lkml Date: Mon, 16 Mar 2015 13:40:18 +0100 In-Reply-To: <1426500410.11707.6.camel@localhost> References: <1424334377.11286.3.camel@localhost> <20150310080042.GA27585@amd> <20150310192226.GB11260@amd> <1426086614.59115.14.camel@localhost> <20150311190255.GA20247@amd> <1426500410.11707.6.camel@localhost> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 16 Mar 2015 12:40:18.0205 (UTC) FILETIME=[5BDCACD0:01D05FE6] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Just a license nit. On Mon, 2015-03-16 at 11:06 +0100, Raphaƫl Teysseyre wrote: > --- /dev/null > +++ b/drivers/leds/trigger/ledtrig-pattern.c > + * 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. This states that the license is GPL v2. > +MODULE_LICENSE("GPL"); And MODULE_LICENSE("GPL v2"); would match that statement. Paul Bolle