Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755342AbbBBWy3 (ORCPT ); Mon, 2 Feb 2015 17:54:29 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:43222 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755230AbbBBWy2 (ORCPT ); Mon, 2 Feb 2015 17:54:28 -0500 Message-ID: <54D00007.4070705@infradead.org> Date: Mon, 02 Feb 2015 14:53:59 -0800 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Andrew Morton , Paul Bolle CC: Christoph Jaeger , linux-kernel@vger.kernel.org, Yalin Wang , Will Deacon , Russell King Subject: Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean 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> In-Reply-To: <20150202144657.c66555dc5bb2b48ccfe0048e@linux-foundation.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 986 Lines: 27 On 02/02/15 14:46, 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 Those are mostly "corrected" in linux-next or mmotm. Also, Documentation/kbuild/kconfig-language.txt only uses "bool". -- ~Randy -- 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/