Linux MIPS Architecture development
 help / color / mirror / Atom feed
* a garbage character in syscall.c
@ 2007-10-09  7:07 Yoichi Yuasa
  2007-10-09  9:58 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2007-10-09  7:07 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yoichi_yuasa, linux-mips

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);

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-09  9:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-09  7:07 a garbage character in syscall.c Yoichi Yuasa
2007-10-09  9:58 ` Ralf Baechle

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