tty: add kernel-doc for more tty_port functions
authorJiri Slaby <jslaby@suse.cz>
Fri, 26 Nov 2021 08:16:06 +0000 (09:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Nov 2021 15:27:43 +0000 (16:27 +0100)
commit3be491d74a95b15cd1a725bcb10208dca346ec7a
tree4e3755e05ece23bc91ab022217916c77e9a80ec2
parent385812835431c9055362f453da6d59e7dfcde430
tty: add kernel-doc for more tty_port functions

From the main tty_port functions, only tty_port_destroy() was
documented. Document more of them, so that we can reference them in
Documentation/ later in this series.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20211126081611.11001-19-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_port.c