From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753330AbbCDXnS (ORCPT ); Wed, 4 Mar 2015 18:43:18 -0500 Received: from cpsmtpb-ews05.kpnxchange.com ([213.75.39.8]:50315 "EHLO cpsmtpb-ews05.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753278AbbCDXnP (ORCPT ); Wed, 4 Mar 2015 18:43:15 -0500 Message-ID: <1425512593.2090.69.camel@tiscali.nl> Subject: Re: [PATCH 1/6] ARM: at91: switch to multiplatform From: Paul Bolle To: Alexandre Belloni Cc: Nicolas Ferre , Jean-Christophe Plagniol-Villard , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Boris Brezillon Date: Thu, 05 Mar 2015 00:43:13 +0100 In-Reply-To: <20150304233558.GK3989@piout.net> References: <1425480446-31711-1-git-send-email-alexandre.belloni@free-electrons.com> <1425480446-31711-2-git-send-email-alexandre.belloni@free-electrons.com> <1425511307.2090.60.camel@tiscali.nl> <20150304233558.GK3989@piout.net> 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: 04 Mar 2015 23:43:14.0120 (UTC) FILETIME=[FB32A480:01D056D4] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Alexandre Belloni schreef op do 05-03-2015 om 00:35 [+0100]: > On 05/03/2015 at 00:21:47 +0100, Paul Bolle wrote : > > Utterly trivial, but anyhow. Could you please make this > > bool > > > > line to be the line directly following the line reading > > config ARCH_AT91 > > > > above? > > I can definitely do that, is your parser relying on it? :) No, I don't think it is, actually. But nearly all Kconfig entries have their type as their first option (and help as their last item, I might add). So I was mainly thinking about human readers and people writing quick scripts, etc. Thanks, Paul Bolle