Skip to content

Commit

Permalink
drivers/net/wan: Add missing "space"
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Joe Perches authored and David S. Miller committed Jan 28, 2008
1 parent 5bc5142 commit 93ab8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wan/wanxl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 93ab8e8

Please sign in to comment.