aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-04-05 10:23:15 -0300
committerJonathan Corbet <corbet@lwn.net>2017-04-11 14:41:29 -0600
commite1c3e6e1ca996e0403a5958c054d2cebf1642b15 (patch)
treef7b29c76c6fe49d8e54d0538ad033635fc124ba6 /drivers/usb
parentusb: gadget.h: be consistent at kernel doc macros (diff)
downloadlinux-dev-e1c3e6e1ca996e0403a5958c054d2cebf1642b15.tar.xz
linux-dev-e1c3e6e1ca996e0403a5958c054d2cebf1642b15.zip
docs-rst: fix usb cross-references
As some USB documentation files got moved, adjust their cross-references to their new place. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/core/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig
index 0e5a889742b3..4d75d9a80001 100644
--- a/drivers/usb/core/Kconfig
+++ b/drivers/usb/core/Kconfig
@@ -26,7 +26,7 @@ config USB_DEFAULT_PERSIST
unplugged, causing any mounted filesystems to be lost. The
persist feature can still be enabled for individual devices
through the power/persist sysfs node. See
- Documentation/usb/persist.txt for more info.
+ Documentation/driver-api/usb/persist.rst for more info.
If you have any questions about this, say Y here, only say N
if you know exactly what you are doing.