summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2022-03-04 18:03:15 +0800
committerJonathan Corbet <corbet@lwn.net>2022-03-11 14:05:02 -0700
commit33f588f8be651b968d058b67ea5e509ed9dd4e55 (patch)
tree62ce11595317f12ad62d034a671026a746991655 /Documentation/driver-api
parent89ee9301ac16d848d8dccf378d6ab3266fa80f62 (diff)
downloadlinux-33f588f8be651b968d058b67ea5e509ed9dd4e55.tar.bz2
docs: serial: fix a reference file name in driver.rst
Fix the following 'make refcheckdocs' warning: Warning: Documentation/driver-api/serial/driver.rst references a file that doesn't exist: Documentation/driver-api/serial/tty.rst Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Reviewed-by: Jiri Slaby <jirislaby@kernel.org> Link: https://lore.kernel.org/r/20220304100315.6732-1-wanjiabing@vivo.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r--Documentation/driver-api/serial/driver.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/serial/driver.rst b/Documentation/driver-api/serial/driver.rst
index 31bd4e16fb1f..06ec04ba086f 100644
--- a/Documentation/driver-api/serial/driver.rst
+++ b/Documentation/driver-api/serial/driver.rst
@@ -311,7 +311,7 @@ hardware.
This call must not sleep
set_ldisc(port,termios)
- Notifier for discipline change. See Documentation/driver-api/serial/tty.rst.
+ Notifier for discipline change. See Documentation/tty/tty_ldisc.rst.
Locking: caller holds tty_port->mutex