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

The only documented function for tty_driver structure
allocation/registration was __tty_alloc_driver(). Fix highlighting in
that comment.

And add kernel-doc headers to all tty_driver_kref_put(),
tty_register_driver(), and tty_unregister_driver() -- i.e. the main
ones. More to follow later.

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