* [PATCH] 2.5.61 fix erroneous spellings of error.
@ 2003-02-16 1:06 Steven Cole
0 siblings, 0 replies; only message in thread
From: Steven Cole @ 2003-02-16 1:06 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
This fixes several erors and one erorr.
Diffed against the 2.5 tree as of cset 1.1027.
Steven
diff -ur linux-2.5.61-1.1027-orig/drivers/pci/pci.c linux-2.5.61-1.1027/drivers/pci/pci.c
--- linux-2.5.61-1.1027-orig/drivers/pci/pci.c Thu Jan 16 19:21:48 2003
+++ linux-2.5.61-1.1027/drivers/pci/pci.c Sat Feb 15 17:39:25 2003
@@ -592,7 +592,7 @@
* 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 @@
* 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)
diff -ur linux-2.5.61-1.1027-orig/drivers/s390/block/dasd_eckd.c linux-2.5.61-1.1027/drivers/s390/block/dasd_eckd.c
--- linux-2.5.61-1.1027-orig/drivers/s390/block/dasd_eckd.c Thu Jan 16 19:21:34 2003
+++ linux-2.5.61-1.1027/drivers/s390/block/dasd_eckd.c Sat Feb 15 17:40:16 2003
@@ -1195,7 +1195,7 @@
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 @@
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);
diff -ur linux-2.5.61-1.1027-orig/include/asm-ia64/sn/ioerror.h linux-2.5.61-1.1027/include/asm-ia64/sn/ioerror.h
--- linux-2.5.61-1.1027-orig/include/asm-ia64/sn/ioerror.h Thu Jan 16 19:21:49 2003
+++ linux-2.5.61-1.1027/include/asm-ia64/sn/ioerror.h Sat Feb 15 17:40:41 2003
@@ -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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-02-16 1:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-16 1:06 [PATCH] 2.5.61 fix erroneous spellings of error Steven Cole
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®