mbox series

[v3,0/4] serial: RS485 kerneldoc/documentation improvements

Message ID 20220928110509.13544-1-ilpo.jarvinen@linux.intel.com
Headers show
Series serial: RS485 kerneldoc/documentation improvements | expand

Message

Ilpo Järvinen Sept. 28, 2022, 11:05 a.m. UTC
RS485 documentation improvements. While doing the kerneldoc conversion,
a few other items came up so they're now included to this series.

v3:
- More fixes to kernel doc formatting (thanks to Jiri)
- Added a few other related improvements

v2:
- Include serial_rs485 into documentation
- Add * to multi-line flag descriptions


Ilpo Järvinen (4):
  serial: Convert serial_rs485 to kernel doc
  Documentation: rs485: Link reference properly
  Documentation: rs485: Mention uart_get_rs485_mode()
  Documentation: rs485: Fix struct referencing

 .../driver-api/serial/serial-rs485.rst        | 36 ++++++-----
 include/uapi/linux/serial.h                   | 62 ++++++++++++-------
 2 files changed, 60 insertions(+), 38 deletions(-)