From: Philippe De Swert Date: Sun, 18 Aug 2013 10:51:43 +0000 (+0300) Subject: usb:gadget Fix comment for pointer to configfs X-Git-Tag: firefly_0821_release~176^2~5474^2~34 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9c1d6962517e4a441dcfca480a4f3e1e73c84591;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Greg Kroah-Hartman --- 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"