[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20081205030805.32183.11286.stgit@marcab.local.tull.net>
Date: Fri, 05 Dec 2008 14:08:05 +1100
From: Nick Andrew <nick@...k-andrew.net>
To: Alan Cox <alan@...hat.com>, Greg Kroah-Hartman <gregkh@...e.de>,
Roel Kluin <12o3l@...cali.nl>,
Sven Andersen <s.andersen@...onet.de>,
Vladimir Vukicevic <vladimir@...ox.com>,
linux-usb@...r.kernel.org
Cc: <linux-kernel@...r.kernel.org>, Nick Andrew <nick@...k-andrew.net>
Subject: [PATCH] Fix incorrect use of loose in ftdi_sio.c
Fix incorrect use of loose in ftdi_sio.c
It should be 'lose', not 'loose'.
Signed-off-by: Nick Andrew <nick@...k-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 */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists