summaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorPhilippe De Swert2013-08-18 12:51:43 +0200
committerGreg Kroah-Hartman2013-08-20 02:02:11 +0200
commit9c1d6962517e4a441dcfca480a4f3e1e73c84591 (patch)
treed93f8b35985e7375985b7c84422f120b5df625da /drivers/usb
parentMerge tag 'for-usb-2013-08-15-step-2' of ra.kernel.org:/pub/scm/linux/kernel/... (diff)
downloadkernel-qcow2-linux-9c1d6962517e4a441dcfca480a4f3e1e73c84591.tar.gz
kernel-qcow2-linux-9c1d6962517e4a441dcfca480a4f3e1e73c84591.tar.xz
kernel-qcow2-linux-9c1d6962517e4a441dcfca480a4f3e1e73c84591.zip
usb:gadget Fix comment for pointer to configfs
The documentation for the USB gadget fs is actually in Documentation/usb/gadget_configfs.txt. Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
-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 1e3f52574367..bddd7ede5455 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -555,7 +555,7 @@ config USB_CONFIGFS
specified simply by creating appropriate directories in configfs.
Associating functions with configurations is done by creating
appropriate symbolic links.
- For more information see Documentation/usb/gadget-configfs.txt.
+ For more information see Documentation/usb/gadget_configfs.txt.
config USB_CONFIGFS_SERIAL
boolean "Generic serial bulk in/out"