[parisc-linux] Spelling mistake in unaligned.c
Rüdiger Scholz
rscholz@hrzpub.tu-darmstadt.de
Wed, 09 Jul 2003 18:10:24 +0200
This is a multi-part message in MIME format.
--------------000508040007080302070206
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 8bit
Hi there!
I found a spelling mistake when I compiled the kernel 2.4.21-pa2 on a
C360. Here is a patch. Can someone, who has writeaccess to CVS, apply
it and put it into CVS?
Thanks!
Rüdiger
--------------000508040007080302070206
Content-Type: text/plain;
name="patch.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="patch.diff"
Index: arch/parisc/kernel/unaligned.c
===================================================================
RCS file: /var/cvs/linux/arch/parisc/kernel/unaligned.c,v
retrieving revision 1.16
diff -u -p -r1.16 unaligned.c
--- arch/parisc/kernel/unaligned.c 9 Jul 2003 05:15:20 -0000 1.16
+++ arch/parisc/kernel/unaligned.c 9 Jul 2003 13:48:22 -0000
@@ -576,7 +576,7 @@ void handle_unaligned(struct pt_regs *re
{
case OPCODE_FLDD_L:
flop=1;
- ret = emualate_ldd(regs,R2(regs->iir),1);
+ ret = emulate_ldd(regs,R2(regs->iir),1);
break;
case OPCODE_FSTD_L:
flop=1;
--------------000508040007080302070206--