diff options
author | Philippe De Swert | 2013-08-18 13:51:43 +0300 |
---|---|---|
committer | Greg Kroah-Hartman | 2013-08-19 17:02:11 -0700 |
commit | 9c1d6962517e4a441dcfca480a4f3e1e73c84591 (patch) | |
tree | d93f8b35985e7375985b7c84422f120b5df625da /drivers/usb | |
parent | 4c4e15966df37b0d3863a76b47fc2929ac9e9123 (diff) |
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/Kconfig | 2 |
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" |