]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: fix tty link
authorJiri Slaby <jslaby@suse.cz>
Tue, 19 Apr 2022 07:43:02 +0000 (09:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Apr 2022 14:45:05 +0000 (16:45 +0200)
commit852e52144a13f3510ab2afd0d47529f2c5c35c02
tree206eba237603557465d431bf6d2a2b0730104ca6
parent322dd39c0fadd602ba0141dcb88522c0ecfc063f
Documentation: fix tty link

The commit below causes the following warnings:
Documentation/driver-api/index.rst:14: WARNING: toctree contains reference to nonexisting document 'driver-api/tty'
Documentation/driver-api/tty/index.rst: WARNING: document isn't included in any toctree

This is because I omitted the "/index" part from the link. That part is
needed for directories and I was confused by the surrounding links which
are links to files. Fix it in this patch.

Fixes: 4e6653195d65 ("Documentation: move tty to driver-api")
Cc: Jonathan Corbet <corbet@lwn.net>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220419074302.29632-1-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/driver-api/index.rst