Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031638AbbD2Im2 (ORCPT ); Wed, 29 Apr 2015 04:42:28 -0400 Received: from lb1-smtp-cloud6.xs4all.net ([194.109.24.24]:34869 "EHLO lb1-smtp-cloud6.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031507AbbD2ImY (ORCPT ); Wed, 29 Apr 2015 04:42:24 -0400 Message-ID: <1430296939.2411.103.camel@x220> Subject: Re: [PATCH 2/2] Regulator: add driver for Freescale MC34708 From: Paul Bolle To: Martin Fuzzey Cc: Mark Brown , Liam Girdwood , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Date: Wed, 29 Apr 2015 10:42:19 +0200 In-Reply-To: <20150428141740.16243.79036.stgit@localhost> References: <20150428141736.16243.57292.stgit@localhost> <20150428141740.16243.79036.stgit@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: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 964 Lines: 29 Just a nit: a license mismatch. On Tue, 2015-04-28 at 16:17 +0200, Martin Fuzzey wrote: > --- /dev/null > +++ b/drivers/regulator/mc34708-regulator.c > + * This program is free software; you can redistribute it and/or > + * modify it under the terms of the GNU General Public License as > + * published by the Free Software Foundation; either version 2 of the > + * License, or (at your option) any later version. This states the license is GPL v2 or later. > +MODULE_LICENSE("GPL v2"); And, according to inlcude/linux/module.h, this states the license is (just) GPL v2. So I think either to comment at the top of this file or the ident used in the MODULE_LICENSE() macro should be changed. Thanks, Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/