From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Linux Kernel <linux-kernel@vger.kernel.org>, linus@goop.org
Subject: Re: [PATCH] address-space identification for /proc
Date: Thu, 26 Oct 2000 15:52:25 -0700 [thread overview]
Message-ID: <20001026155225.B30463@goop.org> (raw)
In-Reply-To: <20001026154527.A30463@goop.org>
In-Reply-To: <20001026154527.A30463@goop.org>; from jeremy@goop.org on Thu, Oct 26, 2000 at 03:45:27PM -0700
[-- Attachment #1: Type: text/plain, Size: 183 bytes --]
On Thu, Oct 26, 2000 at 03:45:27PM -0700, I wrote:
> + buffer += sprintf("ASID: %p\n", mm);
Obviously, this should be:
+ buffer += sprintf("ASID:\t%p\n", mm);
for consistency.
J
[-- Attachment #2: Type: application/pgp-signature, Size: 240 bytes --]
next prev parent reply other threads:[~2000-10-26 22:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-10-26 22:45 [PATCH] address-space identification for /proc Jeremy Fitzhardinge
2000-10-26 22:52 ` Jeremy Fitzhardinge [this message]
2000-10-26 23:01 ` Johannes Erdfelt
2000-10-27 1:21 ` Jeremy Fitzhardinge
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=20001026155225.B30463@goop.org \
--to=jeremy@goop.org \
--cc=linus@goop.org \
--cc=linux-kernel@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 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.