aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/pcmcia
diff options
context:
space:
mode:
authorMichael Opdenacker <michael@free-electrons.com>2007-05-09 08:57:56 +0200
committerAdrian Bunk <bunk@stusta.de>2007-05-09 08:57:56 +0200
commit59c51591a0ac7568824f541f57de967e88adaa07 (patch)
tree243d20eb0a26b76d5d312f39ec5a1ff60e036711 /drivers/char/pcmcia
parentFix minor typoes in kernel/module.c (diff)
downloadlinux-dev-59c51591a0ac7568824f541f57de967e88adaa07.tar.xz
linux-dev-59c51591a0ac7568824f541f57de967e88adaa07.zip
Fix occurrences of "the the "
Signed-off-by: Michael Opdenacker <michael@free-electrons.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/char/pcmcia')
-rw-r--r--drivers/char/pcmcia/cm4000_cs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/pcmcia/cm4000_cs.c b/drivers/char/pcmcia/cm4000_cs.c
index e91b43a014b0..4ea587983aef 100644
--- a/drivers/char/pcmcia/cm4000_cs.c
+++ b/drivers/char/pcmcia/cm4000_cs.c
@@ -1114,7 +1114,7 @@ static ssize_t cmm_write(struct file *filp, const char __user *buf,
/*
* wait for atr to become valid.
* note: it is important to lock this code. if we dont, the monitor
- * could be run between test_bit and the the call the sleep on the
+ * could be run between test_bit and the call to sleep on the
* atr-queue. if *then* the monitor detects atr valid, it will wake up
* any process on the atr-queue, *but* since we have been interrupted,
* we do not yet sleep on this queue. this would result in a missed