* PATCH: another ia64 typo
@ 2003-02-15 19:30 Alan Cox
2003-02-15 19:48 ` Steven Cole
0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2003-02-15 19:30 UTC (permalink / raw)
To: linux-kernel, torvalds
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: PATCH: another ia64 typo
2003-02-15 19:30 PATCH: another ia64 typo Alan Cox
@ 2003-02-15 19:48 ` Steven Cole
0 siblings, 0 replies; 2+ messages in thread
From: Steven Cole @ 2003-02-15 19:48 UTC (permalink / raw)
To: Alan Cox; +Cc: linux-kernel, Linus Torvalds
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();
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-02-15 19:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-15 19:30 PATCH: another ia64 typo Alan Cox
2003-02-15 19:48 ` 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®