Commit 0a785252 authored by Steven Cole's avatar Steven Cole Committed by Linus Torvalds

[PATCH] 2.5.61 fix erroneous spellings of error.

parent a303983b
......@@ -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 error, 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 appriopriate -ERRNO error value on eror, or zero for success.
* RETURNS: An appropriate -ERRNO error value on error, or zero for success.
*/
int
pci_set_mwi(struct pci_dev *dev)
......
......@@ -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 error 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 error or has been timed out. */
dasd_eckd_release(bdev, no, args);
}
dasd_kfree_request(cqr, cqr->device);
......
......@@ -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 erorr handling (debugging aid).
* of error 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment