From: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
Subject: Bogus code in linux-queue commit 381ef5828990102b098aeb0a1f6958efd2e99733
Date: Thu, 02 Oct 2008 10:41:28 -0700 [thread overview]
Message-ID: <48E507C8.30402@caviumnetworks.com> (raw)
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.
reply other threads:[~2008-10-02 17:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48E507C8.30402@caviumnetworks.com \
--to=ddaney@caviumnetworks.com \
--cc=linux-mips@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.