mbox series

[0/3] tty: serial_core: little cleanup

Message ID 20241211074933.92973-1-jirislaby@kernel.org
Headers show
Series tty: serial_core: little cleanup | expand

Message

Jiri Slaby (SUSE) Dec. 11, 2024, 7:49 a.m. UTC
Patches in this series are NOT supposed to change the behaviour. They
are suppose to make the reader more happy when reading the code.

Jiri Slaby (SUSE) (3):
  tty: serial_core: use more guard(mutex)
  tty: serial: get rid of exit label from uart_set_info()
  tty: serial: extract uart_change_port() from uart_set_info()

 drivers/tty/serial/serial_core.c | 261 ++++++++++++++-----------------
 1 file changed, 114 insertions(+), 147 deletions(-)