From: Miles Bader <miles@gnu.org>
To: Linus Torvalds <torvalds@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] v850: Fix misnamed variable in ptrace.c
Date: Fri, 29 Oct 2004 17:15:48 +0900 (JST) [thread overview]
Message-ID: <20041029081548.B39934D9@mctpc71> (raw)
Signed-off-by: Miles Bader <miles@gnu.org>
arch/v850/kernel/ptrace.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff -ruN -X../cludes linux-2.6.9-uc0/arch/v850/kernel/ptrace.c linux-2.6.9-uc0-v850-20041028/arch/v850/kernel/ptrace.c
--- linux-2.6.9-uc0/arch/v850/kernel/ptrace.c 2004-10-25 15:14:32 +0900
+++ linux-2.6.9-uc0-v850-20041028/arch/v850/kernel/ptrace.c 2004-10-28 13:32:47 +0900
@@ -1,8 +1,8 @@
/*
* arch/v850/kernel/ptrace.c -- `ptrace' system call
*
- * Copyright (C) 2002,03 NEC Electronics Corporation
- * Copyright (C) 2002,03 Miles Bader <miles@gnu.org>
+ * Copyright (C) 2002,03,04 NEC Electronics Corporation
+ * Copyright (C) 2002,03,04 Miles Bader <miles@gnu.org>
*
* Derived from arch/mips/kernel/ptrace.c:
*
@@ -147,8 +147,8 @@
rval = ptrace_attach(child);
goto out_tsk;
}
- ret = ptrace_check_attach(child, request == PTRACE_KILL);
- if (ret < 0)
+ rval = ptrace_check_attach(child, request == PTRACE_KILL);
+ if (rval < 0)
goto out_tsk;
switch (request) {
reply other threads:[~2004-10-29 8:18 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=20041029081548.B39934D9@mctpc71 \
--to=miles@gnu.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox