From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755719AbbCRJLn (ORCPT ); Wed, 18 Mar 2015 05:11:43 -0400 Received: from cpsmtpb-ews03.kpnxchange.com ([213.75.39.6]:56451 "EHLO cpsmtpb-ews03.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753594AbbCRJLi (ORCPT ); Wed, 18 Mar 2015 05:11:38 -0400 Message-ID: <1426669895.2649.7.camel@tiscali.nl> Subject: Re: [PATCH 2/3] TTY: add support for tty_slave devices. From: Paul Bolle To: NeilBrown Cc: Mark Rutland , One Thousand Gnomes , Peter Hurley , Arnd Bergmann , Greg Kroah-Hartman , Sebastian Reichel , Pavel Machek , Grant Likely , Jiri Slaby , GTA04 owners , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 18 Mar 2015 10:11:35 +0100 In-Reply-To: <20150318055831.21025.85317.stgit@notabene.brown> References: <20150318055437.21025.13990.stgit@notabene.brown> <20150318055831.21025.85317.stgit@notabene.brown> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 (3.12.11-1.fc21) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Mar 2015 09:11:36.0621 (UTC) FILETIME=[893E15D0:01D0615B] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Just two nits to look into once you get to fix up all the smaller issues. NeilBrown schreef op wo 18-03-2015 om 16:58 [+1100]: > --- /dev/null > +++ b/drivers/tty/slave/Kconfig > @@ -0,0 +1,7 @@ > +menuconfig TTY_SLAVE > + tristate "TTY slave devices" > + depends on OF > + help > + Devices which attach via a uart, but need extra > + driver support for power management etc. > + This blank line makes "git am" whine: "new blank line at EOF". > --- /dev/null > +++ b/drivers/tty/slave/tty_slave_core.c [...] This file doesn't have a MODULE_LICENSE() macro. So I think that, if this driver is built as a module and loaded, kernel/module.c will set its license to "unspecified" and taint the kernel. Paul Bolle