aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/at1700.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2007-11-19 17:48:28 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-28 15:03:59 -0800
commit2450022afa9f140464c934ecb28c45583335672a (patch)
treed368f90c14e2fb7b63ce2ece6c03a8679e3ee72c /drivers/net/at1700.c
parentdrivers/net/sk98lin: Add missing "space" (diff)
downloadlinux-dev-2450022afa9f140464c934ecb28c45583335672a.tar.xz
linux-dev-2450022afa9f140464c934ecb28c45583335672a.zip
drivers/net: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/at1700.c')
-rw-r--r--drivers/net/at1700.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/at1700.c b/drivers/net/at1700.c
index b032c1bf492f..97041715e8c9 100644
--- a/drivers/net/at1700.c
+++ b/drivers/net/at1700.c
@@ -465,7 +465,7 @@ found:
/* Snarf the interrupt vector now. */
ret = request_irq(irq, &net_interrupt, 0, DRV_NAME, dev);
if (ret) {
- printk (" AT1700 at %#3x is unusable due to a conflict on"
+ printk (" AT1700 at %#3x is unusable due to a conflict on "
"IRQ %d.\n", ioaddr, irq);
goto err_mca;
}