From: Andi Kleen <andi@firstfloor.org>
To: Vegard Nossum <vegard.nossum@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] x86: small unifications of address printing
Date: Tue, 01 Jul 2008 20:29:54 +0200 [thread overview]
Message-ID: <87d4lxtq3h.fsf@basil.nowhere.org> (raw)
In-Reply-To: <20080701155217.GA22318@damson.getinternet.no> (Vegard Nossum's message of "Tue, 1 Jul 2008 17:52:17 +0200")
Vegard Nossum <vegard.nossum@gmail.com> writes:
> 'man 3 printf' tells me that %p should be printed as if by %#x, but
> this is not true for the kernel, which does not use the '0x' prefix
> for the %p conversion specifier.
Problem is that %p will not pad to 8/16 digits. Addresses are traditionally
padded.
-Andi
next prev parent reply other threads:[~2008-07-01 18:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-01 15:52 [PATCH] x86: small unifications of address printing Vegard Nossum
2008-07-01 18:29 ` Andi Kleen [this message]
2008-07-01 18:46 ` Vegard Nossum
2008-07-01 18:58 ` Andi Kleen
2008-07-01 19:12 ` Vegard Nossum
2008-07-01 20:26 ` Ingo Molnar
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=87d4lxtq3h.fsf@basil.nowhere.org \
--to=andi@firstfloor.org \
--cc=linux-kernel@vger.kernel.org \
--cc=vegard.nossum@gmail.com \
/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.