[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20081205030804.32141.44485.stgit@marcab.local.tull.net>
Date: Fri, 05 Dec 2008 14:08:04 +1100
From: Nick Andrew <nick@...k-andrew.net>
To: Grant Likely <grant.likely@...retlab.ca>,
John Rigby <jrigby@...escale.com>,
Nick Andrew <nick@...k-andrew.net>,
Paul Mackerras <paulus@...ba.org>, Takashi Iwai <tiwai@...e.de>
Cc: <linux-kernel@...r.kernel.org>, Nick Andrew <nick@...k-andrew.net>
Subject: [PATCH] Fix incorrect use of loose in mpc52xx_uart.c
Fix incorrect use of loose in mpc52xx_uart.c
It should be 'lose', not 'loose'. Also fix a spelling error on
the next line.
Signed-off-by: Nick Andrew <nick@...k-andrew.net>
---
drivers/serial/mpc52xx_uart.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/serial/mpc52xx_uart.c b/drivers/serial/mpc52xx_uart.c
index 6117d3d..28c00c3 100644
--- a/drivers/serial/mpc52xx_uart.c
+++ b/drivers/serial/mpc52xx_uart.c
@@ -591,8 +591,8 @@ mpc52xx_uart_set_termios(struct uart_port *port, struct ktermios *new,
/* Update the per-port timeout */
uart_update_timeout(port, new->c_cflag, baud);
- /* Do our best to flush TX & RX, so we don't loose anything */
- /* But we don't wait indefinitly ! */
+ /* Do our best to flush TX & RX, so we don't lose anything */
+ /* But we don't wait indefinitely ! */
j = 5000000; /* Maximum wait */
/* FIXME Can't receive chars since set_termios might be called at early
* boot for the console, all stuff is not yet ready to receive at that
--
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