From: Nick Andrew <nick@nick-andrew.net>
To: Grant Likely <grant.likely@secretlab.ca>,
John Rigby <jrigby@freescale.com>,
Nick Andrew <nick@nick-andrew.net>,
Paul Mackerras <paulus@samba.org>, Takashi Iwai <tiwai@suse.de>
Cc: <linux-kernel@vger.kernel.org>, Nick Andrew <nick@nick-andrew.net>
Subject: [PATCH] Fix incorrect use of loose in mpc52xx_uart.c
Date: Fri, 05 Dec 2008 14:08:04 +1100 [thread overview]
Message-ID: <20081205030804.32141.44485.stgit@marcab.local.tull.net> (raw)
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@nick-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
reply other threads:[~2008-12-05 10:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081205030804.32141.44485.stgit@marcab.local.tull.net \
--to=nick@nick-andrew.net \
--cc=grant.likely@secretlab.ca \
--cc=jrigby@freescale.com \
--cc=linux-kernel@vger.kernel.org \
--cc=paulus@samba.org \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®