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
0a785252
Commit
0a785252
authored
Feb 15, 2003
by
Steven Cole
Committed by
Linus Torvalds
Feb 15, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] 2.5.61 fix erroneous spellings of error.
parent
a303983b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
drivers/pci/pci.c
drivers/pci/pci.c
+2
-2
drivers/s390/block/dasd_eckd.c
drivers/s390/block/dasd_eckd.c
+2
-2
include/asm-ia64/sn/ioerror.h
include/asm-ia64/sn/ioerror.h
+1
-1
No files found.
drivers/pci/pci.c
View file @
0a785252
...
...
@@ -592,7 +592,7 @@ pci_set_master(struct pci_dev *dev)
* function. Originally copied from drivers/net/acenic.c.
* Copyright 1998-2001 by Jes Sorensen, <jes@trained-monkey.org>.
*
* RETURNS: An appropriate -ERRNO error value on eror, or zero for success.
* RETURNS: An appropriate -ERRNO error value on er
r
or, or zero for success.
*/
static
int
pci_generic_prep_mwi
(
struct
pci_dev
*
dev
)
...
...
@@ -634,7 +634,7 @@ pci_generic_prep_mwi(struct pci_dev *dev)
* and then calls @pcibios_set_mwi to do the needed arch specific
* operations or a generic mwi-prep function.
*
* RETURNS: An appr
iopriate -ERRNO error value on e
ror, or zero for success.
* RETURNS: An appr
opriate -ERRNO error value on er
ror, or zero for success.
*/
int
pci_set_mwi
(
struct
pci_dev
*
dev
)
...
...
drivers/s390/block/dasd_eckd.c
View file @
0a785252
...
...
@@ -1195,7 +1195,7 @@ dasd_eckd_reserve(struct block_device *bdev, int no, long args)
rc
=
dasd_sleep_on_immediatly
(
cqr
);
if
(
rc
==
-
EIO
)
{
/* Request got an eror or has been timed out. */
/* Request got an er
r
or or has been timed out. */
dasd_eckd_release
(
bdev
,
no
,
args
);
}
dasd_kfree_request
(
cqr
,
cqr
->
device
);
...
...
@@ -1238,7 +1238,7 @@ dasd_eckd_steal_lock(struct block_device *bdev, int no, long args)
rc
=
dasd_sleep_on_immediatly
(
cqr
);
if
(
rc
==
-
EIO
)
{
/* Request got an eror or has been timed out. */
/* Request got an er
r
or or has been timed out. */
dasd_eckd_release
(
bdev
,
no
,
args
);
}
dasd_kfree_request
(
cqr
,
cqr
->
device
);
...
...
include/asm-ia64/sn/ioerror.h
View file @
0a785252
...
...
@@ -108,7 +108,7 @@
* we have a single structure, and the appropriate fields get filled in
* at each layer.
* - This provides a way to dump all error related information in any layer
* of er
or
r handling (debugging aid).
* of er
ro
r handling (debugging aid).
*
* A second possibility is to allow each layer to define its own error
* data structure, and fill in the proper fields. This has the advantage
...
...
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