From: Johannes Erdfelt <johannes@erdfelt.com>
To: Jeremy Fitzhardinge <jeremy@goop.org>,
Linux Kernel <linux-kernel@vger.kernel.org>,
linus@goop.org
Subject: Re: [PATCH] address-space identification for /proc
Date: Thu, 26 Oct 2000 19:01:26 -0400 [thread overview]
Message-ID: <20001026190126.E28472@sventech.com> (raw)
In-Reply-To: <20001026154527.A30463@goop.org> <20001026155225.B30463@goop.org>
In-Reply-To: <20001026155225.B30463@goop.org>; from Jeremy Fitzhardinge on Thu, Oct 26, 2000 at 03:52:25PM -0700
On Thu, Oct 26, 2000, Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> 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);
and even more obvious:
+ buffer += sprintf(buffer, "ASID:\t%p\n", mm);
Actually putting it into the buffer would be useful as well :)
JE
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2000-10-26 23:16 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
2000-10-26 23:01 ` Johannes Erdfelt [this message]
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=20001026190126.E28472@sventech.com \
--to=johannes@erdfelt.com \
--cc=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.