aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-14 11:08:25 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-16 07:44:23 -0400
commitce4a23cca5f809a588bd53c3289e6b953bb7ccc3 (patch)
treee51e3466aba6bc3728cd16fbb582a46228017b98
parente1511a840a33f84bfbcfa00029fa841c211d32bf (diff)
usb: fix the comment with regards to DocBook
The USB gadget documentation is not at DocBook anymore. The main file was converted to ReST, and stored at Documentation/driver-api/usb/gadget.rst, but there are still several plain text files related to gadget under Documentation/usb. So, be generic and just mention documentation without specifying where it is. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r--drivers/usb/gadget/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index c164d6b788c3..b3c879b75a39 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -41,7 +41,7 @@ menuconfig USB_GADGET
41 don't have this kind of hardware (except maybe inside Linux PDAs). 41 don't have this kind of hardware (except maybe inside Linux PDAs).
42 42
43 For more information, see <http://www.linux-usb.org/gadget> and 43 For more information, see <http://www.linux-usb.org/gadget> and
44 the kernel DocBook documentation for this API. 44 the kernel documentation for this API.
45 45
46if USB_GADGET 46if USB_GADGET
47 47