summaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/m32r_pcc.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-02-03 17:26:02 +0200
committerAdrian Bunk <bunk@kernel.org>2008-02-03 17:26:02 +0200
commitf26fc4e08a0d045b108ab279cb8c8bd676f83c02 (patch)
treed1a788630a8c10ba33ba0233e9cf555fdcb3fc87 /drivers/pcmcia/m32r_pcc.c
parent4f63ba170866731fd388ce5eff05d5705b193b0c (diff)
downloadop-kernel-dev-f26fc4e08a0d045b108ab279cb8c8bd676f83c02.zip
op-kernel-dev-f26fc4e08a0d045b108ab279cb8c8bd676f83c02.tar.gz
drivers/pcmcia/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/pcmcia/m32r_pcc.c')
-rw-r--r--drivers/pcmcia/m32r_pcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/m32r_pcc.c b/drivers/pcmcia/m32r_pcc.c
index c5e0d89..ec4c125 100644
--- a/drivers/pcmcia/m32r_pcc.c
+++ b/drivers/pcmcia/m32r_pcc.c
@@ -368,7 +368,7 @@ static irqreturn_t pcc_interrupt(int irq, void *dev)
handled = 1;
irc = pcc_get(i, PCIRC);
irc >>=16;
- debug(2, "m32r-pcc:interrput: socket %d pcirc 0x%02x ", i, irc);
+ debug(2, "m32r-pcc:interrupt: socket %d pcirc 0x%02x ", i, irc);
if (!irc)
continue;
OpenPOWER on IntegriCloud