All of lore.kernel.org
 help / color / mirror / Atom feed
* Bogus code in linux-queue commit 381ef5828990102b098aeb0a1f6958efd2e99733
@ 2008-10-02 17:41 David Daney
  0 siblings, 0 replies; only message in thread
From: David Daney @ 2008-10-02 17:41 UTC (permalink / raw)
  To: linux-mips

Ralf,

When you committed this patch to linux-queue:

http://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=48D8969E.6060501%40avtrex.com

Some 'extra' code got added with it.  This is code that I didn't write 
and furthermore it contains a typo.

----------------
+#include <linux/copiler.h>
 #include <linux/linkage.h>
 #include <asm/isadep.h>
 
+extern int ptrace_get_watch_regs(struct task_struct *child,
+       struct pt_watch_regs __user *addr);
+extern int ptrace_set_watch_regs(struct task_struct *child,
+       struct pt_watch_regs __user *addr);
+
----------------

Note that it should read <linux/compiler.h> not <linux/copiler.h>.

Is there some way to fix this?

David Daney.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-02 17:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-02 17:41 Bogus code in linux-queue commit 381ef5828990102b098aeb0a1f6958efd2e99733 David Daney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.