Sfoglia il codice sorgente

drivers/net/wan: Add missing "space"

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Joe Perches 17 anni fa
parent
commit
93ab8e84de
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      drivers/net/wan/wanxl.c

+ 1 - 1
drivers/net/wan/wanxl.c

@@ -743,7 +743,7 @@ static int __devinit wanxl_pci_init_one(struct pci_dev *pdev,
 	}while (time_after(timeout, jiffies));
 	}while (time_after(timeout, jiffies));
 
 
 	if (!stat) {
 	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));
 		       "firmware\n", pci_name(pdev));
 		wanxl_pci_remove_one(pdev);
 		wanxl_pci_remove_one(pdev);
 		return -ENODEV;
 		return -ENODEV;