All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: serial: fix a reference file name in driver.rst
@ 2022-03-04 10:03 Wan Jiabing
  2022-03-07  6:41 ` Jiri Slaby
  0 siblings, 1 reply; 7+ messages in thread
From: Wan Jiabing @ 2022-03-04 10:03 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, Jonathan Corbet, linux-doc, linux-kernel
  Cc: kael_w, Wan Jiabing

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>
---
 Documentation/driver-api/serial/driver.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-03-16 21:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-04 10:03 [PATCH] docs: serial: fix a reference file name in driver.rst Wan Jiabing
2022-03-07  6:41 ` Jiri Slaby
2022-03-11 21:06   ` Jonathan Corbet
2022-03-12  6:59     ` Greg Kroah-Hartman
2022-03-14  6:16       ` Jiri Slaby
2022-03-16  7:49         ` Jiri Slaby
2022-03-16 21:43           ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.