From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933655AbbBBWwb (ORCPT ); Mon, 2 Feb 2015 17:52:31 -0500 Received: from cpsmtpb-ews10.kpnxchange.com ([213.75.39.15]:61351 "EHLO cpsmtpb-ews10.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933420AbbBBWw3 (ORCPT ); Mon, 2 Feb 2015 17:52:29 -0500 Message-ID: <1422917547.23894.6.camel@x220> Subject: Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean From: Paul Bolle To: Andrew Morton Cc: Christoph Jaeger , linux-kernel@vger.kernel.org, Yalin Wang , Will Deacon , Russell King Date: Mon, 02 Feb 2015 23:52:27 +0100 In-Reply-To: <20150202144657.c66555dc5bb2b48ccfe0048e@linux-foundation.org> References: <1422889156-19830-1-git-send-email-cj@linux.com> <20150202142732.9ea4d2f604ef79cbe180f5fe@linux-foundation.org> <1422916674.23894.2.camel@x220> <20150202144657.c66555dc5bb2b48ccfe0048e@linux-foundation.org> 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: 02 Feb 2015 22:52:27.0439 (UTC) FILETIME=[EAD783F0:01D03F3A] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2015-02-02 at 14:46 -0800, Andrew Morton wrote: > On Mon, 02 Feb 2015 23:37:54 +0100 Paul Bolle wrote: > > On Mon, 2015-02-02 at 14:27 -0800, Andrew Morton wrote: > > > There are many uses of "boolean" in lib/Kconfig. Converting just one > > > of them is inefficient and odd. > > > > $ git grep -n "^\s*boolean\b" next-20150202 -- "*Kconfig*" > > next-20150202:drivers/usb/gadget/Kconfig:427: boolean "USB Webcam function" > > next-20150202:lib/Kconfig:17: boolean > > > > What are Christoph and I missing here? > > akpm3:/usr/src/linux-3.19-rc7> grep boolean lib/Kconfig | wc -l > 15 Correct. However, Cristoph put "linux-next" in the subject line of this patch. So this patch was meant to be applied on top of current linux-next. Paul Bolle