]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tty: add kernel-doc for tty_driver
authorJiri Slaby <jslaby@suse.cz>
Fri, 26 Nov 2021 08:15:51 +0000 (09:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Nov 2021 15:27:42 +0000 (16:27 +0100)
commita6563830215226aae0e7e6802955c77a6a7b7547
treefedce79e89ccbc2620137e84b3e7b0c96d35b880
parent61c83addb77c65f498a8db0e7113dc3acf753c45
tty: add kernel-doc for tty_driver

tty_driver used to have only short comments along its members. Convert
them into proper kernel-doc comments in front of the structure. And add
some more explanation to them where needed.

The whole structure handling is documented at the end too.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20211126081611.11001-4-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/tty_driver.h