From 2450022afa9f140464c934ecb28c45583335672a Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Mon, 19 Nov 2007 17:48:28 -0800 Subject: drivers/net: Add missing "space" Signed-off-by: Joe Perches Signed-off-by: Jeff Garzik --- drivers/net/at1700.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/net/at1700.c') 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; } -- cgit v1.2.2