[PATCH 415] M68k core spelling
From: Geert Uytterhoeven (geert_at_linux-m68k.org)
Date: 02/20/04
- Previous message: Geert Uytterhoeven: "[PATCH 414] Dummy dma mapping"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 20 Feb 2004 13:48:25 +0100 To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
M68k core spelling fix (from Michael Hayes)
--- linux-2.6.3/arch/m68k/kernel/traps.c 2004-02-08 21:52:17.000000000 +0100
+++ linux-m68k-2.6.3/arch/m68k/kernel/traps.c 2004-02-11 12:13:48.000000000 +0100
@@ -646,7 +646,7 @@
if (do_page_fault (&fp->ptregs, addr, errorcode) < 0)
return;
} else if (!(mmusr & MMU_I)) {
- /* propably a 020 cas fault */
+ /* probably a 020 cas fault */
if (!(ssw & RM))
printk("unexpected bus error (%#x,%#x)\n", ssw, mmusr);
} else if (mmusr & (MMU_B|MMU_L|MMU_S)) {
Gr{oetje,eeting}s,
Geert
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Geert Uytterhoeven: "[PATCH 414] Dummy dma mapping"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|