Commit 1c428a4b authored by Bryan B. Whitehead's avatar Bryan B. Whitehead Committed by Jeff Garzik

Fix spelling in natsemi net driver

parent 59608fc9
......@@ -1662,7 +1662,7 @@ static void netdev_error(struct net_device *dev, int intr_status)
if ((np->tx_config & TxDrthMask) < 62)
np->tx_config += 2;
if (debug > 2)
printk(KERN_NOTICE "%s: increasing Tx theshold, new tx cfg %8.8xh.\n",
printk(KERN_NOTICE "%s: increasing Tx threshold, new tx cfg %8.8xh.\n",
dev->name, np->tx_config);
writel(np->tx_config, ioaddr + TxConfig);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment