diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 15:11:58 -0300 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2017-05-17 14:13:13 +0300 |
commit | 05853ad68e66ab3dc7ed510005203672d7db292f (patch) | |
tree | 7ffe3bff05fae770b571083471db133f8414fc99 | |
parent | 0db56e43359c47ff184ceaf8b04b664d997bff88 (diff) | |
download | linux-05853ad68e66ab3dc7ed510005203672d7db292f.tar.gz linux-05853ad68e66ab3dc7ed510005203672d7db292f.tar.bz2 linux-05853ad68e66ab3dc7ed510005203672d7db292f.zip |
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>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
-rw-r--r-- | drivers/usb/gadget/Kconfig | 2 |
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 don't have this kind of hardware (except maybe inside Linux PDAs). For more information, see <http://www.linux-usb.org/gadget> and - the kernel DocBook documentation for this API. + the kernel documentation for this API. if USB_GADGET |