Documentation: serial: dedup kernel-doc for uart functions
authorJiri Slaby <jslaby@suse.cz>
Thu, 28 Jul 2022 06:10:52 +0000 (08:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jul 2022 08:37:42 +0000 (10:37 +0200)
commitc4bd17a6ddf3b92bf9d7939ae251570ace14bb52
treeb870b489d8b6b1af4a9275a1cd02d2653c38529d
parente60a7233684aa8bbe9090537720fe6a1e901d823
Documentation: serial: dedup kernel-doc for uart functions

Some of the serial (uart_*) functions are documented twice. Once as
kernel-doc along their sources and once in Documentation. So deduplicate
these texts, merge them into kernel-doc in the sources, and link them
using kernel-doc: from the Documentation.

To be properly linked and rendered, tabulators had to be removed from
the comments.

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