Commit c7999225 authored by Jeff Garzik's avatar Jeff Garzik

Various minor documentation / comment typo fixes

for net drivers 3c509, acenic, ni52, and skfp.

Via Dave Jones.
parent f5f896dd
......@@ -43,7 +43,7 @@
v1.18 12Mar2001 Andrew Morton <andrewm@uow.edu.au>
- Avoid bogus detect of 3c590's (Andrzej Krzysztofowicz)
- Reviewed against 1.18 from scyld.com
v1.18 17Nov2001 Jeff Garzik <jgarzik@mandrakesoft.com>
v1.18a 17Nov2001 Jeff Garzik <jgarzik@mandrakesoft.com>
- ethtool support
*/
......
......@@ -1528,7 +1528,7 @@ static int __init ace_init(struct net_device *dev)
ace_set_rxtx_parms(dev, 0);
if (board_idx == BOARD_IDX_OVERFLOW) {
printk(KERN_WARNING "%s: more then %i NICs detected, "
printk(KERN_WARNING "%s: more than %i NICs detected, "
"ignoring module parameters!\n",
dev->name, ACE_MAX_MOD_PARMS);
} else if (board_idx >= 0) {
......
......@@ -40,7 +40,7 @@
* The internal sysbus seems to be slow. So we often lose packets because of
* overruns while receiving from a fast remote host.
* This can slow down TCP connections. Maybe the newer ni5210 cards are better.
* my experience is, that if a machine sends with more then about 500-600K/s
* my experience is, that if a machine sends with more than about 500-600K/s
* the fifo/sysbus overflows.
*
* IMPORTANT NOTE:
......
......@@ -171,7 +171,7 @@
/* WARNING :
* EVENT_PCM* must be last in the above list
* if more then two ports are used, EVENT_PCM .. EVENT_PCMA+NUM_PHYS-1
* if more than two ports are used, EVENT_PCM .. EVENT_PCMA+NUM_PHYS-1
* are used !
*/
......
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