Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965268AbbBBXaO (ORCPT ); Mon, 2 Feb 2015 18:30:14 -0500 Received: from pandora.arm.linux.org.uk ([78.32.30.218]:43805 "EHLO pandora.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752461AbbBBXaM (ORCPT ); Mon, 2 Feb 2015 18:30:12 -0500 Date: Mon, 2 Feb 2015 23:30:00 +0000 From: Russell King - ARM Linux To: Andrew Morton Cc: Christoph Jaeger , linux-kernel@vger.kernel.org, Yalin Wang , Will Deacon Subject: Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean Message-ID: <20150202233000.GK8656@n2100.arm.linux.org.uk> References: <1422889156-19830-1-git-send-email-cj@linux.com> <20150202142732.9ea4d2f604ef79cbe180f5fe@linux-foundation.org> <20150202230548.GJ8656@n2100.arm.linux.org.uk> <20150202151824.e781adb116c4e44a9e769e54@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150202151824.e781adb116c4e44a9e769e54@linux-foundation.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1172 Lines: 28 On Mon, Feb 02, 2015 at 03:18:24PM -0800, Andrew Morton wrote: > I'm a bit surprised that nobody helped out with the Kconfig text. > I queued the below. Looks OK? > > --- a/lib/Kconfig~a > +++ a/lib/Kconfig > @@ -18,9 +18,8 @@ config HAVE_ARCH_BITREVERSE > default n > depends on BITREVERSE > help > - This option provides an config for the architecture which have instruction > - can do bitreverse operation, we use the hardware instruction if the architecture > - have this capability. > + This option enables the use of hardware bit-reversal instructions on > + architectures which support such operations. Looks fine to me. How are we going to handle this change (and the bool bit as well?) Is it something you want me to merge, or will you send these changes towards the end of the merge window? -- FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up according to speedtest.net. -- 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/