Hi Ralf,
This commit contains a garbage character.
linux-queue.git:
http://www.linux-mips.org/git?p=linux-queue.git;a=commit;h=81c6bb39250146e5db5365f843ed9c4b7604f3bd
Please remove it from your patch, or apply this patch.
Yoichi
---
Remove a garbage character from arch/mips/kernel/syscall.c.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
diff -pruN -X mips/Documentation/dontdiff mips-orig/arch/mips/kernel/syscall.c
mips/arch/mips/kernel/syscall.c
--- mips-orig/arch/mips/kernel/syscall.c 2007-10-07 20:19:46.581632250
+0900
+++ mips/arch/mips/kernel/syscall.c 2007-10-08 13:41:03.265637500 +0900
@@ -361,7 +361,7 @@ asmlinkage int sys_ipc(unsigned int call
default:
return sys_msgrcv(first,
(struct msgbuf __user *) ptr,
- ´ second, fifth, third);
+ second, fifth, third);
}
case MSGGET:
return sys_msgget((key_t) first, second);
|