Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
57b2d774
Commit
57b2d774
authored
Apr 02, 2002
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] more then enough typos.
s/more then/more than/
parent
17b14297
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
Documentation/usb/se401.txt
Documentation/usb/se401.txt
+1
-1
drivers/md/md.c
drivers/md/md.c
+1
-1
drivers/scsi/eata.c
drivers/scsi/eata.c
+1
-1
drivers/scsi/fdomain.c
drivers/scsi/fdomain.c
+1
-1
drivers/scsi/ppa.c
drivers/scsi/ppa.c
+1
-1
drivers/scsi/u14-34f.c
drivers/scsi/u14-34f.c
+2
-2
No files found.
Documentation/usb/se401.txt
View file @
57b2d774
...
...
@@ -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 th
e
n one bulk
the default settings also work with usb-uhci. But sending more th
a
n 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).
...
...
drivers/md/md.c
View file @
57b2d774
...
...
@@ -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 th
e
n once. "
printk
(
KERN_WARNING
"md: md=%d, Specified more th
a
n once. "
"Replacing previous definition.
\n
"
,
minor
);
}
switch
(
get_option
(
&
str
,
&
level
))
{
/* RAID Personality */
...
...
drivers/scsi/eata.c
View file @
57b2d774
...
...
@@ -311,7 +311,7 @@
* 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 th
e
n a single DPT PCI board, so in this case you have to
* address on more th
a
n 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:
...
...
drivers/scsi/fdomain.c
View file @
57b2d774
...
...
@@ -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 th
e
n one drive, then the drive ordering will be the reverse of that
more th
a
n 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
...
...
drivers/scsi/ppa.c
View file @
57b2d774
...
...
@@ -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 th
e
n 50K/secs
* but otherwise we can not get more th
a
n 50K/secs
* on this problem hardware.
*/
if
((
r
&
0xc0
)
!=
0xc0
)
{
...
...
drivers/scsi/u14-34f.c
View file @
57b2d774
...
...
@@ -171,7 +171,7 @@
* 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 th
e
n 16).
* has problems when using more th
a
n 16).
*
* 16 Jan 1995 rev. 1.13 for linux 1.1.81
* Display a message if check_region detects a port address
...
...
@@ -279,7 +279,7 @@
*
* 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 th
e
n 16 scatter/gather lists.
* problems when using more th
a
n 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment