public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix typo in cpm2.h
@ 2006-09-15 19:31 Amy Fong
  0 siblings, 0 replies; only message in thread
From: Amy Fong @ 2006-09-15 19:31 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 61 bytes --]

[PATCH] fix typo in cpm2.h

Kernel version: linux-2.6.18-rc6

[-- Attachment #2: fcc-fix.diff --]
[-- Type: text/plain, Size: 512 bytes --]

Index: linux-2.6.18-rc6/include/asm-ppc/cpm2.h
===================================================================
--- linux-2.6.18-rc6.orig/include/asm-ppc/cpm2.h
+++ linux-2.6.18-rc6/include/asm-ppc/cpm2.h
@@ -1186,7 +1186,7 @@
 #define FCC_MEM_OFFSET(x) (CPM_FCC_SPECIAL_BASE + (x*128))
 #define FCC1_MEM_OFFSET FCC_MEM_OFFSET(0)
 #define FCC2_MEM_OFFSET FCC_MEM_OFFSET(1)
-#define FCC2_MEM_OFFSET FCC_MEM_OFFSET(2)
+#define FCC3_MEM_OFFSET FCC_MEM_OFFSET(2)
 
 #endif /* __CPM2__ */
 #endif /* __KERNEL__ */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-09-15 19:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-15 19:31 [PATCH] fix typo in cpm2.h Amy Fong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox