From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754265AbbCQTAs (ORCPT ); Tue, 17 Mar 2015 15:00:48 -0400 Received: from cpsmtpb-ews10.kpnxchange.com ([213.75.39.15]:59009 "EHLO cpsmtpb-ews10.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752789AbbCQTAq (ORCPT ); Tue, 17 Mar 2015 15:00:46 -0400 Message-ID: <1426618843.15575.5.camel@x220> Subject: Re: [PATCH] add support for Freescale's MMA8653FC 10 bit accelerometer From: Paul Bolle To: Martin Kepplinger Cc: gregkh@linuxfoundation.org, linux-api@vger.kernel.org, christoph.muellner@theobroma-systems.com, linux-kernel@vger.kernel.org, Martin Kepplinger Date: Tue, 17 Mar 2015 20:00:43 +0100 In-Reply-To: <1426612146-7836-1-git-send-email-martink@posteo.de> References: <1426612146-7836-1-git-send-email-martink@posteo.de> 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 19:00:44.0470 (UTC) FILETIME=[ABCA0D60: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 18:09 +0100, Martin Kepplinger wrote: > --- /dev/null > +++ b/drivers/input/misc/mma8653fc.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 MODULE_LICENSE("GPL v2"); would match that statement. Paul Bolle