summaryrefslogtreecommitdiffstats
path: root/drivers/char
diff options
context:
space:
mode:
authorNick Andrew2008-12-05 17:34:46 +0100
committerLinus Torvalds2008-12-05 22:40:52 +0100
commitc4f0124057bd92d032d2d146034995f15f4297de (patch)
tree865542e28a13da1a1b2e52e1b875a8c9c129ceb1 /drivers/char
parentRevert "ACPI: battery: Convert discharge energy rate to current properly" (diff)
downloadkernel-qcow2-linux-c4f0124057bd92d032d2d146034995f15f4297de.tar.gz
kernel-qcow2-linux-c4f0124057bd92d032d2d146034995f15f4297de.tar.xz
kernel-qcow2-linux-c4f0124057bd92d032d2d146034995f15f4297de.zip
Fix incorrect use of loose in tty/serial drivers
[Folded together as one diff from 3] It should be 'lose', not 'loose'. Signed-off-by: Nick Andrew <nick@nick-andrew.net> Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/serial167.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/serial167.c b/drivers/char/serial167.c
index 3b23270eaa65..a8f15e6be594 100644
--- a/drivers/char/serial167.c
+++ b/drivers/char/serial167.c
@@ -418,7 +418,7 @@ static irqreturn_t cd2401_rxerr_interrupt(int irq, void *dev_id)
TTY_OVERRUN);
/*
If the flip buffer itself is
- overflowing, we still loose
+ overflowing, we still lose
the next incoming character.
*/
if (tty_buffer_request_room(tty, 1) !=