linux/drivers/tty
Jiri Slaby (SUSE) a32a672dc5 tty: rename and de-inline do_tty_write()
Make do_tty_write()'s name sound similar to iterate_tty_read(). They
both do similar things, so there is no reason for so distinct names. The
new name is therefore iterate_tty_write().

Drop the unnedeed inline modifier too. Let the compiler decide.

Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20230810091510.13006-23-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-08-11 21:12:46 +02:00
..
hvc tty: hvsi: remove an extra variable from hvsi_write() 2023-07-31 17:16:05 +02:00
ipwireless
serdev tty: make counts in tty_port_client_operations hooks size_t 2023-08-11 21:12:44 +02:00
serial tty: serial: qcom-geni-serial: Poll primary sequencer irq status after cancel_tx 2023-08-09 14:15:28 +02:00
vt tty: switch count in tty_ldisc_receive_buf() to size_t 2023-08-11 21:12:45 +02:00
amiserial.c
ehv_bytechan.c
goldfish.c
Kconfig tty: synclink_gt: mark as BROKEN 2023-07-31 17:16:21 +02:00
Makefile
mips_ejtag_fdc.c
moxa.c
mxser.c
n_gsm.c tty: use u8 for flags 2023-08-11 21:12:45 +02:00
n_hdlc.c tty: use u8 for flags 2023-08-11 21:12:45 +02:00
n_null.c tty: n_null: remove optional ldops 2023-08-11 21:12:44 +02:00
n_tty.c tty: use u8 for flags 2023-08-11 21:12:45 +02:00
nozomi.c
pty.c
rpmsg_tty.c
synclink_gt.c tty: synclink_gt: Fix potential deadlock on &info->lock 2023-08-04 15:05:56 +02:00
sysrq.c tty: sysrq: use switch in sysrq_key_table_key2index() 2023-07-25 19:21:03 +02:00
tty.h tty: use u8 for chars 2023-08-11 21:12:45 +02:00
tty_audit.c tty_audit: make data of tty_audit_log() const 2023-06-21 17:57:29 +02:00
tty_baudrate.c
tty_buffer.c tty: use u8 for flags 2023-08-11 21:12:45 +02:00
tty_io.c tty: rename and de-inline do_tty_write() 2023-08-11 21:12:46 +02:00
tty_ioctl.c tty: make tty_change_softcar() more understandable 2023-08-11 21:12:44 +02:00
tty_jobctrl.c
tty_ldisc.c
tty_ldsem.c
tty_mutex.c
tty_port.c tty: use u8 for flags 2023-08-11 21:12:45 +02:00
ttynull.c
vcc.c