linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH linux-next] lib: Kconfig: use bool instead of boolean
@ 2015-02-02 14:59 Christoph Jaeger
  2015-02-02 22:27 ` Andrew Morton
  0 siblings, 1 reply; 13+ messages in thread
From: Christoph Jaeger @ 2015-02-02 14:59 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, 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.cj@linux.com
See http://lkml.kernel.org/r/1419108071-11607-1-git-send-email-cj@linux.com

Signed-off-by: Christoph Jaeger <cj@linux.com>
---
 lib/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index 147c7d9..b039e70 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -14,7 +14,7 @@ config BITREVERSE
 	tristate
 
 config HAVE_ARCH_BITREVERSE
-	boolean
+	bool
 	default n
 	depends on BITREVERSE
 	help
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-02-02 23:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-02 14:59 [PATCH linux-next] lib: Kconfig: use bool instead of boolean Christoph Jaeger
2015-02-02 22:27 ` Andrew Morton
2015-02-02 22:37   ` Paul Bolle
2015-02-02 22:46     ` Andrew Morton
2015-02-02 22:52       ` Paul Bolle
2015-02-02 22:53       ` Randy Dunlap
2015-02-02 22:59       ` Stephen Rothwell
2015-02-02 23:05   ` Russell King - ARM Linux
2015-02-02 23:18     ` Andrew Morton
2015-02-02 23:30       ` Russell King - ARM Linux
2015-02-02 23:40         ` Andrew Morton
2015-02-02 23:12   ` Christoph Jaeger
2015-02-02 23:24     ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).