drivers/net: Add missing "space"

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
このコミットが含まれているのは:
Joe Perches
2007-11-19 17:48:28 -08:00
committed by David S. Miller
コミット 2450022afa
10個のファイルの変更16行の追加16行の削除

ファイルの表示

@@ -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);