[TRIVIAL] Fix two mis-spellings of 'kernel'

John Bradford (john@grabjohn.com)
Sun, 29 Dec 2002 23:42:09 +0000 (GMT)


--%--multipart-mixed-boundary-1.883.1041205329--%
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Patches against 2.5.53 to fix two mis-spellings of 'kernel', in:

arch/mips/kernel/pci.c

and

arch/ppc64/kernel/signal32.c

both also apply to 2.4.20.

John.

--%--multipart-mixed-boundary-1.883.1041205329--%
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Description: ASCII text
Content-Disposition: attachment; filename="patch_2"

--- linux-2.5.53-orig/arch/ppc64/kernel/signal32.c 2002-12-29 23:15:07.000000000 +0000
+++ linux-2.5.53/arch/ppc64/kernel/signal32.c 2002-12-29 23:36:51.000000000 +0000
@@ -57,7 +57,7 @@
struct sigregs32 {
/*
* the gp_regs array is 32 bit representation of the pt_regs
- * structure that was stored on the kernle stack during the
+ * structure that was stored on the kernel stack during the
* system call that was interrupted for the signal.
*
* Note that the entire pt_regs regs structure will fit in

--%--multipart-mixed-boundary-1.883.1041205329--%
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Description: ASCII text
Content-Disposition: attachment; filename="patch_1"

--- linux-2.5.53-orig/arch/mips/kernel/pci.c 2002-12-29 23:15:03.000000000 +0000
+++ linux-2.5.53/arch/mips/kernel/pci.c 2002-12-29 23:36:17.000000000 +0000
@@ -3,7 +3,7 @@
* Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
*
* Modified to be mips generic, ppopov@mvista.com
- * arch/mips/kernl/pci.c
+ * arch/mips/kernel/pci.c
* Common MIPS PCI routines.
*
* This program is free software; you can redistribute it and/or modify it

--%--multipart-mixed-boundary-1.883.1041205329--%--
-
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/