]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] more then enough typos.
authorDave Jones <davej@suse.de>
Wed, 3 Apr 2002 03:23:52 +0000 (19:23 -0800)
committerDave Jones <davej@suse.de>
Wed, 3 Apr 2002 03:23:52 +0000 (19:23 -0800)
s/more then/more than/

Documentation/usb/se401.txt
drivers/md/md.c
drivers/scsi/eata.c
drivers/scsi/fdomain.c
drivers/scsi/ppa.c
drivers/scsi/u14-34f.c

index 46c9bc57b20b15377b0576898560bbc8fa239314..7b9d1c960a10f2f5bc48e9c83397ee74d8f280ca 100644 (file)
@@ -40,7 +40,7 @@ net frequency. Valid options for this option are 0, 50 and 60. (0=disable,
 KNOWN PROBLEMS:
 
 The driver works fine with the usb-ohci and uhci host controller drivers,
-the default settings also work with usb-uhci. But sending more then one bulk
+the default settings also work with usb-uhci. But sending more than one bulk
 transfer at a time with usb-uhci doesn't work yet.
 Users of usb-ohci and uhci can safely enlarge SE401_NUMSBUF in se401.h in
 order to increase the throughput (and thus framerate).
index 5e542a243ea4cc738ccc7f5244b59384e372b063..800cb26a70c5811900653bc903a32acbbaab86d9 100644 (file)
@@ -3768,7 +3768,7 @@ static int __init md_setup(char *str)
                printk(KERN_WARNING "md: md=%d, Minor device number too high.\n", minor);
                return 0;
        } else if (md_setup_args.device_names[minor]) {
-               printk(KERN_WARNING "md: md=%d, Specified more then once. "
+               printk(KERN_WARNING "md: md=%d, Specified more than once. "
                       "Replacing previous definition.\n", minor);
        }
        switch (get_option(&str, &level)) {     /* RAID Personality */
index 27cda3b515f67d51e5517d64dc9dba5c5728b5bd..5a84221d5d5c83b835a938b42f74e45910fc6b23 100644 (file)
  *  include in the list of i/o ports to be probed all the PCI SCSI controllers.
  *
  *  Due to a DPT BIOS "feature", it might not be possible to force an EISA
- *  address on more then a single DPT PCI board, so in this case you have to
+ *  address on more than a single DPT PCI board, so in this case you have to
  *  let the PCI BIOS assign the addresses.
  *
  *  The sequence of detection probes is:
index f11acf771c1c83b763b8ce8312a73ca3781ff4f1..c853eabf386fd5d474adf277cda560b2ab39f1ae 100644 (file)
@@ -78,7 +78,7 @@
  Please note that the drive ordering that Future Domain implemented in BIOS
  versions 3.4 and 3.5 is the opposite of the order (currently) used by the
  rest of the SCSI industry.  If you have BIOS version 3.4 or 3.5, and have
- more then one drive, then the drive ordering will be the reverse of that
+ more than one drive, then the drive ordering will be the reverse of that
  which you see under DOS.  For example, under DOS SCSI ID 0 will be D: and
  SCSI ID 1 will be C: (the boot device).  Under Linux, SCSI ID 0 will be
  /dev/sda and SCSI ID 1 will be /dev/sdb.  The Linux ordering is consistent
index fdcbca13cf5303bee757b535351f4a7b3d877f2d..f0618cd93f6b51f9a29ef654de4bc16a07d97fae 100644 (file)
@@ -702,7 +702,7 @@ static int ppa_completion(Scsi_Cmnd * cmd)
         * change things for "normal" hardware since generally 
         * the 6th bit is always high.
         * This makes the CPU load higher on some hardware 
-        * but otherwise we can not get more then 50K/secs 
+        * but otherwise we can not get more than 50K/secs 
         * on this problem hardware.
         */
        if ((r & 0xc0) != 0xc0) {
index 0948ed46643187a786e190108420ae030ed8b51d..5ae088c865478c276dad12eb8ef05cea16bafa12 100644 (file)
  *          Auto detects if U14F boards have an old firmware revision.
  *          Max number of scatter/gather lists set to 16 for all boards
  *          (most installation run fine using 33 sglists, while other
- *          has problems when using more then 16).
+ *          has problems when using more than 16).
  *
  *      16 Jan 1995 rev. 1.13 for linux 1.1.81
  *          Display a message if check_region detects a port address
  *
  *  For U34F boards the latest bios prom is 38008-002 (BIOS rev. 2.01),
  *  the latest firmware prom is 28008-006. Older firmware 28008-005 has
- *  problems when using more then 16 scatter/gather lists.
+ *  problems when using more than 16 scatter/gather lists.
  *
  *  The list of i/o ports to be probed can be totally replaced by the
  *  boot command line option: "u14-34f=port0,port1,port2,...", where the