public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux-next] usb: gadget: Kconfig: use bool instead of boolean
@ 2015-02-02 15:00 Christoph Jaeger
  0 siblings, 0 replies; only message in thread
From: Christoph Jaeger @ 2015-02-02 15:00 UTC (permalink / raw)
  To: balbi, gregkh; +Cc: linux-usb, 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>
---
 drivers/usb/gadget/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 3320d58..b454d05 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -424,7 +424,7 @@ config USB_CONFIGFS_F_HID
 	  For more information, see Documentation/usb/gadget_hid.txt.
 
 config USB_CONFIGFS_F_UVC
-	boolean "USB Webcam function"
+	bool "USB Webcam function"
 	depends on USB_CONFIGFS
 	depends on VIDEO_DEV
 	select VIDEOBUF2_VMALLOC
-- 
2.1.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-02 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-02 15:00 [PATCH linux-next] usb: gadget: Kconfig: use bool instead of boolean Christoph Jaeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox