serial: 8250: Document uart_8250_port's ->dl_read/write()
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thu, 11 May 2023 12:10:25 +0000 (15:10 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 May 2023 10:47:26 +0000 (19:47 +0900)
commit98658ae8f3925d05c2d0c67749ff6cf47b9077a5
treed801fb88c66d7f8e7e8411565cb5312654fd1977
parentb245aa0cc583c3efa0335c50f309a32e5fec8ab7
serial: 8250: Document uart_8250_port's ->dl_read/write()

Add documentation for the struct uart_8250_port divisor latch function
pointers. Documentation is in kernel doc format but don't enable kernel
doc yet as many other fields remain undocumented.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20230511121029.13128-3-ilpo.jarvinen@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/serial_8250.h