tty: add kernel-doc for tty_ldisc_ops
authorJiri Slaby <jslaby@suse.cz>
Fri, 26 Nov 2021 08:15:54 +0000 (09:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Nov 2021 15:27:42 +0000 (16:27 +0100)
commit0c6119f9f7dc03a53bd35ca5a77926eef3c33d10
tree41c8ebd57a065bc256f5dacc06ffdfeaae6b799a
parent630bf86d15778fd3e5df17cb6e00839d0f44a707
tty: add kernel-doc for tty_ldisc_ops

tty_ldisc_ops structure was already partially documented in a standalone
comment in the header beginning.

Move it right before the structure and reformat it so it complies to
kernel-doc. That way, we can include it in Documentation/ later in this
series.

And add the documentation for the members where missing too.

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