Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755270AbbBTTQe (ORCPT ); Fri, 20 Feb 2015 14:16:34 -0500 Received: from mga09.intel.com ([134.134.136.24]:30652 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751808AbbBTTQd (ORCPT ); Fri, 20 Feb 2015 14:16:33 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,616,1418112000"; d="scan'208";a="681019698" Date: Fri, 20 Feb 2015 11:18:09 -0800 From: David Cohen To: Paul Bolle Cc: myungjoo.ham@samsung.com, cw00.choi@samsung.com, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, baolu.lu@linux.intel.com Subject: Re: [PATCH v2] extcon: otg_gpio: add driver for USB OTG port controlled by GPIO(s) Message-ID: <20150220191809.GC15303@psi-dev26.jf.intel.com> References: <1419288217-19262-1-git-send-email-david.a.cohen@linux.intel.com> <1424375984-26241-1-git-send-email-david.a.cohen@linux.intel.com> <1424385546.5308.7.camel@x220> <20150220190226.GA15303@psi-dev26.jf.intel.com> <1424459434.5308.52.camel@x220> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424459434.5308.52.camel@x220> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1115 Lines: 38 On Fri, Feb 20, 2015 at 08:10:34PM +0100, Paul Bolle wrote: > On Fri, 2015-02-20 at 11:02 -0800, David Cohen wrote: > > On Thu, Feb 19, 2015 at 11:39:06PM +0100, Paul Bolle wrote: > > > On Thu, 2015-02-19 at 11:59 -0800, David Cohen wrote: > > > > As always, comments are welcome. > > > > > > Are nits welcome too? > > > > > > > +MODULE_LICENSE("GPLv2"); > > > > > > You probably meant > > > MODULE_LICENSE("GPL v2") > > > > > > Didn't that trigger a warning or error? > > > > checkpatch showed no warning about that, not even with --strict option. > > I believe both ways are fine. But I can add the space. > > "GPLv2" is not mentioned in include/linux/license.h so, as I remember, > it would taint the kernel, and a warning will be printed when you load > that module. Ack :) I'll add a space on next version. Br, David > > 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/