From c7999225953f7724dcb6e5988491e9b87ec4db06 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Mon, 11 Feb 2002 15:01:22 -0500 Subject: [PATCH] Various minor documentation / comment typo fixes for net drivers 3c509, acenic, ni52, and skfp. Via Dave Jones. --- drivers/net/3c509.c | 2 +- drivers/net/acenic.c | 2 +- drivers/net/ni52.c | 2 +- drivers/net/skfp/h/cmtdef.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/3c509.c b/drivers/net/3c509.c index 4f5c959c5f12..f61650db748f 100644 --- a/drivers/net/3c509.c +++ b/drivers/net/3c509.c @@ -43,7 +43,7 @@ v1.18 12Mar2001 Andrew Morton - Avoid bogus detect of 3c590's (Andrzej Krzysztofowicz) - Reviewed against 1.18 from scyld.com - v1.18 17Nov2001 Jeff Garzik + v1.18a 17Nov2001 Jeff Garzik - ethtool support */ diff --git a/drivers/net/acenic.c b/drivers/net/acenic.c index 59a40ce200da..303807c766d2 100644 --- a/drivers/net/acenic.c +++ b/drivers/net/acenic.c @@ -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) { diff --git a/drivers/net/ni52.c b/drivers/net/ni52.c index e89fae619c60..32b5dc1fca9d 100644 --- a/drivers/net/ni52.c +++ b/drivers/net/ni52.c @@ -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: diff --git a/drivers/net/skfp/h/cmtdef.h b/drivers/net/skfp/h/cmtdef.h index 0b54c57ca13c..d06d3d0ea066 100644 --- a/drivers/net/skfp/h/cmtdef.h +++ b/drivers/net/skfp/h/cmtdef.h @@ -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 ! */ -- 2.39.5