Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932558AbbELIbP (ORCPT ); Tue, 12 May 2015 04:31:15 -0400 Received: from lb1-smtp-cloud2.xs4all.net ([194.109.24.21]:36337 "EHLO lb1-smtp-cloud2.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932185AbbELIbK (ORCPT ); Tue, 12 May 2015 04:31:10 -0400 Message-ID: <1431419461.2398.132.camel@x220> Subject: Re: [PATCH 3/4] TTY: add support for uart_slave devices. From: Paul Bolle To: NeilBrown Cc: Mark Rutland , One Thousand Gnomes , Peter Hurley , Arnd Bergmann , Greg Kroah-Hartman , Sebastian Reichel , Rob Herring , Pavel Machek , Grant Likely , Jiri Slaby , GTA04 owners , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 12 May 2015 10:31:01 +0200 In-Reply-To: <20150511015614.5709.16746.stgit@notabene.brown> References: <20150511013540.5709.93626.stgit@notabene.brown> <20150511015614.5709.16746.stgit@notabene.brown> 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: 1252 Lines: 34 Just a nit: a license mismatch. On Mon, 2015-05-11 at 11:56 +1000, NeilBrown wrote: > --- /dev/null > +++ b/drivers/tty/serial/slave/uart_slave_core.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 program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. This states the license is GPL v2 or later. > +MODULE_LICENSE("GPL v2"); And, according to include/linux/module.h, this states the license is just GPL v2. So I think either the comment at the top of this file or the license 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/