mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Fix incorrect use of loose in ftdi_sio.c
@ 2008-12-05  3:08 Nick Andrew
  0 siblings, 0 replies; only message in thread
From: Nick Andrew @ 2008-12-05  3:08 UTC (permalink / raw)
  To: Alan Cox, Greg Kroah-Hartman, Roel Kluin, Sven Andersen,
	Vladimir Vukicevic, linux-usb
  Cc: linux-kernel, Nick Andrew

Fix incorrect use of loose in ftdi_sio.c

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

Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---

 drivers/usb/serial/ftdi_sio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index 51d7bde..aad1359 100644
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -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 */



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-05 10:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-05  3:08 [PATCH] Fix incorrect use of loose in ftdi_sio.c Nick Andrew

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®