]> git.hungrycats.org Git - linux/commitdiff
Various minor documentation / comment typo fixes
authorJeff Garzik <jgarzik@rum.normnet.org>
Mon, 11 Feb 2002 20:01:22 +0000 (15:01 -0500)
committerJeff Garzik <jgarzik@rum.normnet.org>
Mon, 11 Feb 2002 20:01:22 +0000 (15:01 -0500)
for net drivers 3c509, acenic, ni52, and skfp.

Via Dave Jones.

drivers/net/3c509.c
drivers/net/acenic.c
drivers/net/ni52.c
drivers/net/skfp/h/cmtdef.h

index 4f5c959c5f12e29c3fb099588359bfc96b5532d4..f61650db748f8468b3434d2bdd2fe7376871d4b6 100644 (file)
@@ -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
 */
 
index 59a40ce200da494455b87d8560bc8eb911c016e4..303807c766d22906fade1d72329e5195e688dae2 100644 (file)
@@ -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) {
index e89fae619c601d15b25215761fbcd39137deccd3..32b5dc1fca9dd4b8c12259b1339e37938ec397b5 100644 (file)
@@ -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:
index 0b54c57ca13c98e8784dcedf875726e7050bb7a0..d06d3d0ea0666c327d1080d9dc2a18d3987edc96 100644 (file)
 
 /* 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 !
  */