tty: add kernel-doc for tty_port_operations
authorJiri Slaby <jslaby@suse.cz>
Fri, 26 Nov 2021 08:15:53 +0000 (09:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Nov 2021 15:27:42 +0000 (16:27 +0100)
commit630bf86d15778fd3e5df17cb6e00839d0f44a707
tree8296047fbed41534e5275e94f3ade9bccd5baa3d
parent1fe183091753b1d7f11e70593700c0c0ef268db7
tty: add kernel-doc for tty_port_operations

tty_port_operations used to have only 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.

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