drivers/net/netxen: 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:24 -08:00
committed by David S. Miller
parent 8c5863a406
commit 5bc51424b4
4 changed files with 8 additions and 8 deletions

View File

@@ -548,7 +548,7 @@ int netxen_niu_gbe_handle_phy_interrupt(struct netxen_adapter *adapter,
enable); enable);
} else { } else {
printk(KERN_ERR PFX "ERROR reading " printk(KERN_ERR PFX "ERROR reading "
"PHY status. Illegal speed.\n"); "PHY status. Invalid speed.\n");
result = -1; result = -1;
} }
} else { } else {