]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drivers/net/wan: Add missing "space"
authorJoe Perches <joe@perches.com>
Tue, 20 Nov 2007 01:48:26 +0000 (17:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:03:57 +0000 (15:03 -0800)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/wan/wanxl.c

index 8e320b76ae0ee49dee1b3598320081fd2af3e792..ad8c8651d29865e385dfe11a35518bb656d2f3d7 100644 (file)
@@ -743,7 +743,7 @@ static int __devinit wanxl_pci_init_one(struct pci_dev *pdev,
        }while (time_after(timeout, jiffies));
 
        if (!stat) {
-               printk(KERN_WARNING "wanXL %s: timeout while initializing card"
+               printk(KERN_WARNING "wanXL %s: timeout while initializing card "
                       "firmware\n", pci_name(pdev));
                wanxl_pci_remove_one(pdev);
                return -ENODEV;