Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758588AbYLEKYN (ORCPT ); Fri, 5 Dec 2008 05:24:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755627AbYLEKVD (ORCPT ); Fri, 5 Dec 2008 05:21:03 -0500 Received: from vps1.tull.net ([66.180.172.116]:47123 "HELO vps1.tull.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754297AbYLEKVA (ORCPT ); Fri, 5 Dec 2008 05:21:00 -0500 Mail-From: nobody Fri Dec 5 14:08:05 2008 From: Nick Andrew Subject: [PATCH] Fix incorrect use of loose in ftdi_sio.c To: Alan Cox , Greg Kroah-Hartman , Roel Kluin <12o3l@tiscali.nl>, Sven Andersen , Vladimir Vukicevic , linux-usb@vger.kernel.org Cc: , Nick Andrew Date: Fri, 05 Dec 2008 14:08:05 +1100 Message-ID: <20081205030805.32183.11286.stgit@marcab.local.tull.net> User-Agent: StGIT/0.14.2 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-SMTPD: qpsmtpd/0.26, http://develooper.com/code/qpsmtpd/ Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1073 Lines: 31 Fix incorrect use of loose in ftdi_sio.c It should be 'lose', not 'loose'. Signed-off-by: Nick Andrew --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/