Jiri Slaby (SUSE) 008304079d tty: n_tty: move newline handling to a separate function
Currently, n_tty handles the newline in a label in
n_tty_receive_char_canon(). That is invoked from two more places. Split
this code to a separate function and avoid the label in this case.

This makes the code flow more understandable.

Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20230827074147.2287-9-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-08-27 11:46:52 +02:00
..
2023-08-11 21:12:45 +02:00
2023-08-13 08:50:26 -07:00
2023-06-29 11:00:17 -07:00
2023-08-19 17:31:46 +02:00
2023-08-11 21:12:47 +02:00
2023-06-29 08:09:31 -06:00
2023-07-26 11:47:57 -07:00
2023-08-07 00:01:41 +05:30
2023-07-12 11:56:22 -07:00
2023-08-11 21:12:47 +02:00
2023-07-03 11:26:05 -07:00
2023-08-19 13:13:55 +02:00
2023-07-03 10:55:04 -07:00
2023-08-11 12:14:08 -07:00
2023-06-15 13:42:18 +02:00
2023-08-11 09:39:17 -07:00
2023-07-05 12:55:06 -07:00
2023-07-03 17:03:05 -07:00
2023-06-29 15:22:19 -07:00
2023-07-03 10:43:10 -07:00
2023-08-13 08:43:26 -07:00
2023-07-08 12:35:18 -07:00
2023-06-29 15:22:19 -07:00
2023-06-30 15:22:09 -07:00
2023-07-27 07:53:12 +02:00