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>
This commit is contained in:

committed by
Linus Torvalds

parent
f10a3a32ae
commit
c4f0124057
@@ -1498,7 +1498,7 @@ static int ftdi_open(struct tty_struct *tty,
|
||||
priv->interface, buf, 0, WDR_TIMEOUT);
|
||||
|
||||
/* Termios defaults are set by usb_serial_init. We don't change
|
||||
port->tty->termios - this would loose speed settings, etc.
|
||||
port->tty->termios - this would lose speed settings, etc.
|
||||
This is same behaviour as serial.c/rs_open() - Kuba */
|
||||
|
||||
/* ftdi_set_termios will send usb control messages */
|
||||
|
Reference in New Issue
Block a user