Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933649AbbBBWq7 (ORCPT ); Mon, 2 Feb 2015 17:46:59 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:35164 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754913AbbBBWq6 (ORCPT ); Mon, 2 Feb 2015 17:46:58 -0500 Date: Mon, 2 Feb 2015 14:46:57 -0800 From: Andrew Morton To: 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 Message-Id: <20150202144657.c66555dc5bb2b48ccfe0048e@linux-foundation.org> In-Reply-To: <1422916674.23894.2.camel@x220> References: <1422889156-19830-1-git-send-email-cj@linux.com> <20150202142732.9ea4d2f604ef79cbe180f5fe@linux-foundation.org> <1422916674.23894.2.camel@x220> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 799 Lines: 20 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 -- 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/