From: Peter Hicks <Peter.Hicks@POGGS.CO.UK>
To: Xose Vazquez Perez <xose@wanadoo.es>
Subject: Re: PATCH: Trivial, pedantic spelling mistakes for 2.4.21-rc2
Date: Sun, 11 May 2003 11:21:42 +0100 [thread overview]
Message-ID: <3EBE2436.80504@POGGS.CO.UK> (raw)
In-Reply-To: <3EBDAB7F.4000905@wanadoo.es>
Xose Vazquez Perez wrote:
>>A patch to correct some misspellings in 2.4.21-rc2 is at
>>http://journal.poggs.com/2003/05/10/spell-2.4.21rc2.patch.gz.
>>
>>
>The requested URL /2003/05/10/spell-2.4.21rc2.patch.gz was not found on this server.
>
Oops, I forgot to gzip it... what was I on yesterday?!
>would you mind put a patch without compress and sent it to linux-kernel?
>
>
Here's the diff:
*** SNIP ***
diff -ru linux-2.4.21-rc2.orig/arch/alpha/kernel/sys_marvel.c
linux-2.4.21-rc2/arch/alpha/kernel/sys_marvel.c
--- linux-2.4.21-rc2.orig/arch/alpha/kernel/sys_marvel.c
2003-05-10 15:17:30.000000000 +0100
+++ linux-2.4.21-rc2/arch/alpha/kernel/sys_marvel.c 2003-05-10
15:00:18.000000000 +0100
@@ -222,7 +222,7 @@
*/
val = io7->csrs->PO7_LSI_CTL[which].csr;
val &= ~(0x1ffUL << 14); /* clear the target pid */
- val |= ((unsigned long)where << 14); /* set teh new target pid */
+ val |= ((unsigned long)where << 14); /* set the new target pid */
io7->csrs->PO7_LSI_CTL[which].csr = val;
mb();
@@ -239,7 +239,7 @@
*/
val = io7->csrs->PO7_MSI_CTL[which].csr;
val &= ~(0x1ffUL << 14); /* clear the target pid */
- val |= ((unsigned long)where << 14); /* set teh new target pid */
+ val |= ((unsigned long)where << 14); /* set the new target pid */
io7->csrs->PO7_MSI_CTL[which].csr = val;
mb();
diff -ru linux-2.4.21-rc2.orig/arch/ia64/sn/io/io.c
linux-2.4.21-rc2/arch/ia64/sn/io/io.c
--- linux-2.4.21-rc2.orig/arch/ia64/sn/io/io.c 2003-05-10
15:17:32.000000000 +0100
+++ linux-2.4.21-rc2/arch/ia64/sn/io/io.c 2003-05-10
15:00:41.000000000 +0100
@@ -631,7 +631,7 @@
}
/*
- * Check that an address is in teh real small window widget 0 space
+ * Check that an address is in the real small window widget 0 space
* or else in the big window we're using to emulate small window 0
* in the kernel.
*/
@@ -708,7 +708,7 @@
/*
* hub_setup_prb(nasid, prbnum, credits, conveyor)
*
- * Put a PRB into fire-and-forget mode if conveyor isn't set.
Otehrwise,
+ * Put a PRB into fire-and-forget mode if conveyor isn't set.
Otherwise,
* put it into conveyor belt mode with the specified number of credits.
*/
void
diff -ru linux-2.4.21-rc2.orig/drivers/char/rio/rioctrl.c
linux-2.4.21-rc2/drivers/char/rio/rioctrl.c
--- linux-2.4.21-rc2.orig/drivers/char/rio/rioctrl.c 2001-04-14
04:26:07.000000000 +0100
+++ linux-2.4.21-rc2/drivers/char/rio/rioctrl.c 2003-05-10
15:01:01.000000000 +0100
@@ -203,7 +203,7 @@
func_enter ();
- /* Confuse teh compiler to think that we've initialized these */
+ /* Confuse the compiler to think that we've initialized these */
Host=0;
PortP = NULL;
diff -ru linux-2.4.21-rc2.orig/drivers/s390/block/dasd_3990_erp.c
linux-2.4.21-rc2/drivers/s390/block/dasd_3990_erp.c
--- linux-2.4.21-rc2.orig/drivers/s390/block/dasd_3990_erp.c
2003-05-10 15:17:38.000000000 +0100
+++ linux-2.4.21-rc2/drivers/s390/block/dasd_3990_erp.c 2003-05-10
15:02:21.000000000 +0100
@@ -2809,7 +2809,7 @@
* - exit with permanent error
*
* PARAMETER
- * erp ERP which is in progress wiht no retry left
+ * erp ERP which is in progress with no retry left
*
* RETURN VALUES
* erp modified/additional ERP
diff -ru linux-2.4.21-rc2.orig/drivers/scsi/cpqfcTSstructs.h
linux-2.4.21-rc2/drivers/scsi/cpqfcTSstructs.h
--- linux-2.4.21-rc2.orig/drivers/scsi/cpqfcTSstructs.h 2003-05-10
15:17:39.000000000 +0100
+++ linux-2.4.21-rc2/drivers/scsi/cpqfcTSstructs.h 2003-05-10
15:05:47.000000000 +0100
@@ -93,7 +93,7 @@
#define CPQFCTS_CMD_PER_LUN 15 // power of 2 -1, must be >0
#define CPQFCTS_REQ_QUEUE_LEN (TACH_SEST_LEN/2) // must be <
TACH_SEST_LEN
-/* FIMXME - these are crpa too */
+/* FIMXME - these are crap too */
#define LinuxVersionCode(v, p, s) (((v)<<16)+((p)<<8)+(s))
#ifndef DECLARE_MUTEX_LOCKED
#define DECLARE_MUTEX_LOCKED(sem) struct semaphore sem = MUTEX_LOCKED
diff -ru linux-2.4.21-rc2.orig/include/asm-ia64/sn/router.h
linux-2.4.21-rc2/include/asm-ia64/sn/router.h
--- linux-2.4.21-rc2.orig/include/asm-ia64/sn/router.h 2002-08-03
01:39:45.000000000 +0100
+++ linux-2.4.21-rc2/include/asm-ia64/sn/router.h 2003-05-10
15:01:14.000000000 +0100
@@ -500,7 +500,7 @@
/*
* Everything below here is for kernel use only and may change at
- * at any time with or without a change in teh revision number
+ * at any time with or without a change in the revision number
*
* Any pointers or things that come and go with DEBUG must go at
* the bottom of the structure, below the user stuff.
diff -ru linux-2.4.21-rc2.orig/include/linux/reiserfs_fs.h
linux-2.4.21-rc2/include/linux/reiserfs_fs.h
--- linux-2.4.21-rc2.orig/include/linux/reiserfs_fs.h 2003-05-10
15:17:44.000000000 +0100
+++ linux-2.4.21-rc2/include/linux/reiserfs_fs.h 2003-05-10
15:01:56.000000000 +0100
@@ -129,7 +129,7 @@
/* the spot for the super in versions 3.5 - 3.5.10 (inclusive) */
#define REISERFS_OLD_DISK_OFFSET_IN_BYTES (8 * 1024)
-// reiserfs internal error code (used by search_by_key adn fix_nodes))
+// reiserfs internal error code (used by search_by_key and fix_nodes))
#define CARRY_ON 0
#define REPEAT_SEARCH -1
#define IO_ERROR -2
*** SNIP ***
Peter.
next parent reply other threads:[~2003-05-11 10:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <3EBDAB7F.4000905@wanadoo.es>
2003-05-11 10:21 ` Peter Hicks [this message]
[not found] ` <20030511104229.GE16654@pegasys.ws>
2003-05-11 10:59 ` PATCH: Trivial, pedantic spelling mistakes for 2.4.21-rc2 Peter Hicks
2003-05-11 23:28 ` Jon Tibble
2003-05-10 14:23 Peter Hicks
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=3EBE2436.80504@POGGS.CO.UK \
--to=peter.hicks@poggs.co.uk \
--cc=xose@wanadoo.es \
/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.