drivers/net: Add missing "space"

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Joe Perches
2007-11-19 17:48:28 -08:00
committed by David S. Miller
parent 60403fdada
commit 2450022afa
10 changed files with 16 additions and 16 deletions

View File

@@ -1951,7 +1951,7 @@ static int __devinit amd8111e_probe_one(struct pci_dev *pdev,
}
if(!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)){
printk(KERN_ERR "amd8111e: Cannot find PCI base address"
printk(KERN_ERR "amd8111e: Cannot find PCI base address, "
"exiting.\n");
err = -ENODEV;
goto err_disable_pdev;