All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Cole <elenstev@mesatop.com>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.5.61 fix erroneous spellings of error.
Date: 15 Feb 2003 18:06:26 -0700	[thread overview]
Message-ID: <1045357587.5611.35.camel@localhost.localdomain> (raw)

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


                 reply	other threads:[~2003-02-16  1:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1045357587.5611.35.camel@localhost.localdomain \
    --to=elenstev@mesatop.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.