tty: reformat TTY_DRIVER_ flags into kernel-doc
authorJiri Slaby <jslaby@suse.cz>
Fri, 26 Nov 2021 08:15:58 +0000 (09:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Nov 2021 15:27:42 +0000 (16:27 +0100)
commit34d809f8b4ff68f63e8d7f71d93d150382c6bb8b
tree0d487d1c570a5a16feff3970f8e9a5a3faea6482
parent4072254f96f954ec0d34899f15d987803b6d76a2
tty: reformat TTY_DRIVER_ flags into kernel-doc

We want to reference TTY_DRIVER_* flags in Documentation/ later in this
series. But the current documentation in the TTY_DRIVER_*'s header does
not allow that. Reformat it to kernel-doc using "DOC" directive and
line-feeds, so that we can include it as it is.

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