From: "David S. Miller" <davem@davemloft.net>
To: alan@lxorguk.ukuu.org.uk
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org, asun@darksunrising.com
Subject: Re: PATCH: cassini printk format warning
Date: Tue, 17 Jan 2006 12:58:09 -0800 (PST) [thread overview]
Message-ID: <20060117.125809.29713916.davem@davemloft.net> (raw)
In-Reply-To: <1137523175.14135.84.camel@localhost.localdomain>
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
Date: Tue, 17 Jan 2006 18:39:34 +0000
> compwb is u64, %lx is not u64.
>
> Signed-off-by: Alan Cox <alan@redhat.com>
%llx is not u64 either, you have to use %llx and a "long long" cast to
get it right on all cases since several 64-bit platforms define u64 as
simply "unsigned long".
next prev parent reply other threads:[~2006-01-17 21:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-17 18:39 PATCH: cassini printk format warning Alan Cox
2006-01-17 20:58 ` David S. Miller [this message]
2006-01-17 21:34 ` Alexey Dobriyan
2006-01-17 21:40 ` Andrew Morton
2006-01-17 23:15 ` David S. Miller
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=20060117.125809.29713916.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=akpm@osdl.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=asun@darksunrising.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox