tty: serial: document uart_get_console()
authorJiri Slaby <jslaby@suse.cz>
Thu, 28 Jul 2022 06:10:56 +0000 (08:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jul 2022 08:37:42 +0000 (10:37 +0200)
commit9e5f399f5c9f62e537735f2f8e42bd2f7c255c1f
tree66450d3f8f0973910c1959261b0eaab29543f7be
parent987233b342b950653d21c5e3e5b78689c995c869
tty: serial: document uart_get_console()

This was the only function mentioned in the text, but was neither linked
nor documented. So document and link it, so that hyperlinking works in
the text.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220728061056.20799-6-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/driver-api/serial/driver.rst
drivers/tty/serial/serial_core.c