Fix incorrect use of loose in tty/serial drivers

[Folded together as one diff from 3]

It should be 'lose', not 'loose'.

Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Nick Andrew and committed by
Linus Torvalds
c4f01240 f10a3a32

+4 -4
+1 -1
drivers/char/serial167.c
··· 418 418 TTY_OVERRUN); 419 419 /* 420 420 If the flip buffer itself is 421 - overflowing, we still loose 421 + overflowing, we still lose 422 422 the next incoming character. 423 423 */ 424 424 if (tty_buffer_request_room(tty, 1) !=
+2 -2
drivers/serial/mpc52xx_uart.c
··· 591 591 /* Update the per-port timeout */ 592 592 uart_update_timeout(port, new->c_cflag, baud); 593 593 594 - /* Do our best to flush TX & RX, so we don't loose anything */ 595 - /* But we don't wait indefinitly ! */ 594 + /* Do our best to flush TX & RX, so we don't lose anything */ 595 + /* But we don't wait indefinitely ! */ 596 596 j = 5000000; /* Maximum wait */ 597 597 /* FIXME Can't receive chars since set_termios might be called at early 598 598 * boot for the console, all stuff is not yet ready to receive at that
+1 -1
drivers/usb/serial/ftdi_sio.c
··· 1498 1498 priv->interface, buf, 0, WDR_TIMEOUT); 1499 1499 1500 1500 /* Termios defaults are set by usb_serial_init. We don't change 1501 - port->tty->termios - this would loose speed settings, etc. 1501 + port->tty->termios - this would lose speed settings, etc. 1502 1502 This is same behaviour as serial.c/rs_open() - Kuba */ 1503 1503 1504 1504 /* ftdi_set_termios will send usb control messages */