Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752815AbbG2H45 (ORCPT ); Wed, 29 Jul 2015 03:56:57 -0400 Received: from lb2-smtp-cloud3.xs4all.net ([194.109.24.26]:47595 "EHLO lb2-smtp-cloud3.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751101AbbG2H4z (ORCPT ); Wed, 29 Jul 2015 03:56:55 -0400 Message-ID: <1438156610.5106.4.camel@tiscali.nl> Subject: Re: [PATCH v2 5/5] iio: Support triggered events From: Paul Bolle To: Vladimir Barinov Cc: Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, devicetree@vger.kernel.org, cory.tusar@pid1solutions.com Date: Wed, 29 Jul 2015 09:56:50 +0200 In-Reply-To: <1438038442-13082-1-git-send-email-vladimir.barinov@cogentembedded.com> References: <1438038300-12855-1-git-send-email-vladimir.barinov@cogentembedded.com> <1438038442-13082-1-git-send-email-vladimir.barinov@cogentembedded.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.4 (3.16.4-2.fc22) 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: 851 Lines: 27 Just a nit, I'm afraid. On di, 2015-07-28 at 02:07 +0300, Vladimir Barinov wrote: > --- /dev/null > +++ b/drivers/iio/industrialio-triggered-event.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 the license is GPL v2. > +MODULE_LICENSE("GPL"); And, according to include/linux/module.h, this states the license is GPL v2 or later. So either the comment or the ident used in the MODULE_LICENSE() macro needs to change. 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/