Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Andrew Morton
On Mon, 2 Feb 2015 23:30:00 + Russell King - ARM Linux wrote: > 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 > > @@

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Russell King - ARM Linux
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

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Andrew Morton
On Mon, 2 Feb 2015 18:12:13 -0500 Christoph Jaeger wrote: > > Your patch patches 556d2f055bf6d ("ARM: 8187/1: add > > CONFIG_HAVE_ARCH_BITREVERSE to support rbit instruction") which appears > > in linux-next via the ARM tree. > > Oh, sorry, yes; it should be applied by the ARM folks to their

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Andrew Morton
On Mon, 2 Feb 2015 23:05:48 + Russell King - ARM Linux wrote: > On Mon, Feb 02, 2015 at 02:27:32PM -0800, Andrew Morton wrote: > > On Mon, 2 Feb 2015 09:59:16 -0500 Christoph Jaeger wrote: > > > > > Keyword 'boolean' for type definition attributes is considered > > > deprecated and,

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Christoph Jaeger
On Mon, Feb 02, 2015 at 02:27:32PM -0800, Andrew Morton wrote: > On Mon, 2 Feb 2015 09:59:16 -0500 Christoph Jaeger wrote: > > > Keyword 'boolean' for type definition attributes is considered > > deprecated and, therefore, should not be used anymore. > > > > See

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Russell King - ARM Linux
On Mon, Feb 02, 2015 at 02:27:32PM -0800, Andrew Morton wrote: > On Mon, 2 Feb 2015 09:59:16 -0500 Christoph Jaeger wrote: > > > Keyword 'boolean' for type definition attributes is considered > > deprecated and, therefore, should not be used anymore. > > > > See

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Stephen Rothwell
Hi Andrew, On Mon, 2 Feb 2015 14:46:57 -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

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Randy Dunlap
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

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Paul Bolle
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. > > > >

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Andrew Morton
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*" >

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Paul Bolle
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

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Andrew Morton
On Mon, 2 Feb 2015 09:59:16 -0500 Christoph Jaeger wrote: > Keyword 'boolean' for type definition attributes is considered > deprecated and, therefore, should not be used anymore. > > See http://lkml.kernel.org/r/cover.1418003065.git...@linux.com > See

[PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Christoph Jaeger
Keyword 'boolean' for type definition attributes is considered deprecated and, therefore, should not be used anymore. See http://lkml.kernel.org/r/cover.1418003065.git...@linux.com See http://lkml.kernel.org/r/1419108071-11607-1-git-send-email...@linux.com Signed-off-by: Christoph Jaeger ---

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Andrew Morton
On Mon, 2 Feb 2015 09:59:16 -0500 Christoph Jaeger c...@linux.com wrote: Keyword 'boolean' for type definition attributes is considered deprecated and, therefore, should not be used anymore. See http://lkml.kernel.org/r/cover.1418003065.git...@linux.com See

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Christoph Jaeger
On Mon, Feb 02, 2015 at 02:27:32PM -0800, Andrew Morton wrote: On Mon, 2 Feb 2015 09:59:16 -0500 Christoph Jaeger c...@linux.com wrote: Keyword 'boolean' for type definition attributes is considered deprecated and, therefore, should not be used anymore. See

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Andrew Morton
On Mon, 2 Feb 2015 23:30:00 + Russell King - ARM Linux li...@arm.linux.org.uk wrote: 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 +++

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Paul Bolle
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

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Paul Bolle
On Mon, 2015-02-02 at 14:46 -0800, Andrew Morton wrote: On Mon, 02 Feb 2015 23:37:54 +0100 Paul Bolle pebo...@tiscali.nl 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.

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Andrew Morton
On Mon, 02 Feb 2015 23:37:54 +0100 Paul Bolle pebo...@tiscali.nl 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*

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Randy Dunlap
On 02/02/15 14:46, Andrew Morton wrote: On Mon, 02 Feb 2015 23:37:54 +0100 Paul Bolle pebo...@tiscali.nl 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

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Andrew Morton
On Mon, 2 Feb 2015 23:05:48 + Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Feb 02, 2015 at 02:27:32PM -0800, Andrew Morton wrote: On Mon, 2 Feb 2015 09:59:16 -0500 Christoph Jaeger c...@linux.com wrote: Keyword 'boolean' for type definition attributes is

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Russell King - ARM Linux
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

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Russell King - ARM Linux
On Mon, Feb 02, 2015 at 02:27:32PM -0800, Andrew Morton wrote: On Mon, 2 Feb 2015 09:59:16 -0500 Christoph Jaeger c...@linux.com wrote: Keyword 'boolean' for type definition attributes is considered deprecated and, therefore, should not be used anymore. See

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Stephen Rothwell
Hi Andrew, On Mon, 2 Feb 2015 14:46:57 -0800 Andrew Morton a...@linux-foundation.org wrote: On Mon, 02 Feb 2015 23:37:54 +0100 Paul Bolle pebo...@tiscali.nl 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

Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Andrew Morton
On Mon, 2 Feb 2015 18:12:13 -0500 Christoph Jaeger c...@linux.com wrote: Your patch patches 556d2f055bf6d (ARM: 8187/1: add CONFIG_HAVE_ARCH_BITREVERSE to support rbit instruction) which appears in linux-next via the ARM tree. Oh, sorry, yes; it should be applied by the ARM folks to

[PATCH linux-next] lib: Kconfig: use bool instead of boolean

2015-02-02 Thread Christoph Jaeger
Keyword 'boolean' for type definition attributes is considered deprecated and, therefore, should not be used anymore. See http://lkml.kernel.org/r/cover.1418003065.git...@linux.com See http://lkml.kernel.org/r/1419108071-11607-1-git-send-email...@linux.com Signed-off-by: Christoph Jaeger