mbox series

[0/8] tty: Cleanups

Message ID 20230309082035.14880-1-ilpo.jarvinen@linux.intel.com
Headers show
Series tty: Cleanups | expand

Message

Ilpo Järvinen March 9, 2023, 8:20 a.m. UTC
Small cleanups to tty.

Ilpo Järvinen (8):
  n_tty: Convert no_space_left to space_left boolean
  tty_ioctl: Use BIT() for internal flags
  Bluetooth: hci_ldisc: Fix tty_set_termios() return value assumptions
  n_tty: Sort includes alphabetically
  n_tty: Use DIV_ROUND_UP() in room calculation
  n_tty: Cleanup includes
  n_tty: Reindent if condition
  tty: Convert hw_stopped in tty_struct to bool

 drivers/bluetooth/hci_ldisc.c     |  8 +++---
 drivers/char/pcmcia/synclink_cs.c |  6 ++---
 drivers/mmc/core/sdio_uart.c      | 10 +++----
 drivers/tty/amiserial.c           |  6 ++---
 drivers/tty/mxser.c               |  6 ++---
 drivers/tty/n_tty.c               | 43 +++++++++++++++----------------
 drivers/tty/synclink_gt.c         |  6 ++---
 drivers/tty/tty_ioctl.c           |  9 ++++---
 include/linux/tty.h               |  2 +-
 9 files changed, 48 insertions(+), 48 deletions(-)