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
+1 -1
View File
@@ -1338,7 +1338,7 @@ static irqreturn_t rhine_interrupt(int irq, void *dev_instance)
if (debug > 2 &&
ioread8(ioaddr+ChipCmd) & CmdTxOn)
printk(KERN_WARNING "%s: "
"rhine_interrupt() Tx engine"
"rhine_interrupt() Tx engine "
"still on.\n", dev->name);
}
rhine_tx(dev);