From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753928AbbCQS4s (ORCPT ); Tue, 17 Mar 2015 14:56:48 -0400 Received: from cpsmtpb-ews04.kpnxchange.com ([213.75.39.7]:52325 "EHLO cpsmtpb-ews04.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752096AbbCQS4q (ORCPT ); Tue, 17 Mar 2015 14:56:46 -0400 Message-ID: <1426618604.15575.3.camel@x220> Subject: Re: [PATCH 1/2] dma: Add Freescale qDMA engine driver support From: Paul Bolle To: Yuan Yao Cc: vinod.koul@intel.com, shawn.guo@linaro.org, dan.j.williams@intel.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Date: Tue, 17 Mar 2015 19:56:44 +0100 In-Reply-To: <1426570119-8634-1-git-send-email-yao.yuan@freescale.com> References: <1426570119-8634-1-git-send-email-yao.yuan@freescale.com> 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: 17 Mar 2015 18:56:44.0990 (UTC) FILETIME=[1D0C4DE0:01D060E4] 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 Tue, 2015-03-17 at 13:28 +0800, Yuan Yao wrote: > --- /dev/null > +++ b/drivers/dma/fsl-qdma.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 MODULE_LICENSE("GPL"); would match that statement. Paul Bolle From mboxrd@z Thu Jan 1 00:00:00 1970 From: pebolle@tiscali.nl (Paul Bolle) Date: Tue, 17 Mar 2015 19:56:44 +0100 Subject: [PATCH 1/2] dma: Add Freescale qDMA engine driver support In-Reply-To: <1426570119-8634-1-git-send-email-yao.yuan@freescale.com> References: <1426570119-8634-1-git-send-email-yao.yuan@freescale.com> Message-ID: <1426618604.15575.3.camel@x220> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Just a license nit. On Tue, 2015-03-17 at 13:28 +0800, Yuan Yao wrote: > --- /dev/null > +++ b/drivers/dma/fsl-qdma.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 MODULE_LICENSE("GPL"); would match that statement. Paul Bolle