From: Steven Cole <elenstev@mesatop.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-kernel@vger.kernel.org, Linus Torvalds <torvalds@transmeta.com>
Subject: Re: PATCH: another ia64 typo
Date: 15 Feb 2003 12:48:28 -0700 [thread overview]
Message-ID: <1045338511.10680.26.camel@localhost.localdomain> (raw)
In-Reply-To: <E18k81K-0007KN-00@the-village.bc.nu>
On Sat, 2003-02-15 at 12:30, Alan Cox wrote:
> diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.61/include/asm-ia64/sn/router.h linux-2.5.61-ac1/include/asm-ia64/sn/router.h
> --- linux-2.5.61/include/asm-ia64/sn/router.h 2003-02-10 18:38:16.000000000 +0000
> +++ linux-2.5.61-ac1/include/asm-ia64/sn/router.h 2003-02-14 23:30:42.000000000 +0000
> @@ -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.
> -
Here is a similar fix in arch/alpha:
Steven
--- linux-2.5.61/arch/alpha/kernel/sys_marvel.c.orig Sat Feb 15 12:45:14 2003
+++ linux-2.5.61/arch/alpha/kernel/sys_marvel.c Sat Feb 15 12:45:31 2003
@@ -223,7 +223,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();
@@ -240,7 +240,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();
prev parent reply other threads:[~2003-02-15 19:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-15 19:30 Alan Cox
2003-02-15 19:48 ` Steven Cole [this message]
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=1045338511.10680.26.camel@localhost.localdomain \
--to=elenstev@mesatop.com \
--cc=alan@lxorguk.ukuu.org.uk \
--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 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®