From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752557AbbCMJgU (ORCPT ); Fri, 13 Mar 2015 05:36:20 -0400 Received: from cpsmtpb-ews01.kpnxchange.com ([213.75.39.4]:64356 "EHLO cpsmtpb-ews01.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751723AbbCMJgR (ORCPT ); Fri, 13 Mar 2015 05:36:17 -0400 Message-ID: <1426239315.5304.57.camel@x220> Subject: Re: [PATCH resend v4] phy: Add driver to support individual USB PHYs on sun9i From: Paul Bolle To: Chen-Yu Tsai Cc: Kishon Vijay Abraham I , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Maxime Ripard Date: Fri, 13 Mar 2015 10:35:15 +0100 In-Reply-To: <1426154079-423-1-git-send-email-wens@csie.org> References: <1426154079-423-1-git-send-email-wens@csie.org> 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 X-OriginalArrivalTime: 13 Mar 2015 09:35:15.0813 (UTC) FILETIME=[0314D950:01D05D71] 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 Thu, 2015-03-12 at 17:54 +0800, Chen-Yu Tsai wrote: > --- /dev/null > +++ b/drivers/phy/phy-sun9i-usb.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 that the license is GPL v2 or later. > +MODULE_LICENSE("GPL v2"); And it's MODULE_LICENSE("GPL"); that matches that statement. Paul Bolle