summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
diff options
context:
space:
mode:
authorPhilippe De Swert <philippe.deswert@jollamobile.com>2013-08-18 13:51:43 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-19 17:02:11 -0700
commit9c1d6962517e4a441dcfca480a4f3e1e73c84591 (patch)
treed93f8b35985e7375985b7c84422f120b5df625da /drivers/usb/gadget
parent4c4e15966df37b0d3863a76b47fc2929ac9e9123 (diff)
downloadlinux-9c1d6962517e4a441dcfca480a4f3e1e73c84591.tar.gz
linux-9c1d6962517e4a441dcfca480a4f3e1e73c84591.tar.bz2
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/gadget')
-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"