From: Christoph Hellwig <hch@infradead.org>
To: linux-ia64@vger.kernel.org
Subject: Re: [PATCH 6/6] arch_ptrace() cleanup
Date: Tue, 12 Feb 2008 04:29:38 +0000 [thread overview]
Message-ID: <20080212042937.GA31794@infradead.org> (raw)
In-Reply-To: <1202766249.9594.32.camel@elijah.suse.cz>
All these patches looks really great to me from the ptrace perspective.
While you're at cleaning up arch_ptrace it might be worth to convert
this odd indentation
> switch (request) {
> case PTRACE_PEEKTEXT:
> case PTRACE_PEEKDATA:
into the normal
switch (request) {
case PTRACE_PEEKTEXT:
case PTRACE_PEEKDATA:
next prev parent reply other threads:[~2008-02-12 4:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-11 21:44 [PATCH 6/6] arch_ptrace() cleanup Petr Tesarik
2008-02-12 4:29 ` Christoph Hellwig [this message]
2008-02-26 11:03 ` Petr Tesarik
2008-02-26 17:09 ` Christoph Hellwig
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=20080212042937.GA31794@infradead.org \
--to=hch@infradead.org \
--cc=linux-ia64@vger.kernel.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