tty: fix kernel-doc
authorJiri Slaby <jslaby@suse.cz>
Tue, 18 Aug 2020 08:56:51 +0000 (10:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Aug 2020 11:51:18 +0000 (13:51 +0200)
commitfa44195455c42de656bf5040a80d482526f45c8e
tree0dfa60547449e6dd8a8f4646258d4bbcbbac5d85
parent9b07655c7740a97b918ebe7dc59447e29e22a957
tty: fix kernel-doc

With W=1, the kernel-doc checker complains quite a lot in the tty layer.
Over the time, many documented parameters were renamed, removed or
switched from tty to tty_port and similar. Some were mistyped in the doc
too.

So fix all these in the tty core. (But do not add the missing ones which
the checker complains about too. Not now.) The rest in the tty layer
will follow in the next patches.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20200818085655.12071-4-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/pty.c
drivers/tty/tty_baudrate.c
drivers/tty/tty_buffer.c
drivers/tty/tty_io.c
drivers/tty/tty_jobctrl.c
drivers/tty/tty_ldisc.c