From: viresh.kumar@st.com (viresh kumar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] mm/init.c: fix compilation warning
Date: Fri, 14 Jan 2011 14:14:49 +0530 [thread overview]
Message-ID: <4D300D01.9020707@st.com> (raw)
In-Reply-To: <20110114083524.GK24149@n2100.arm.linux.org.uk>
On 01/14/2011 02:05 PM, Russell King - ARM Linux wrote:
> On Fri, Jan 14, 2011 at 12:40:51PM +0530, Viresh Kumar wrote:
>> This patch fixes following warning:
>> mm/init.c:606: warning: format '%08lx' expects type 'long unsigned int', but
>> argument 12 has type 'unsigned int'
>
> The problem is in your definition of VMALLOC_END. It should be typed
> unsigned long - so have a UL suffix on the number.
>
Ok. Will correct that.
thanks.
--
viresh
prev parent reply other threads:[~2011-01-14 8:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-14 7:10 [PATCH] mm/init.c: fix compilation warning Viresh Kumar
2011-01-14 8:35 ` Russell King - ARM Linux
2011-01-14 8:44 ` viresh kumar [this message]
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=4D300D01.9020707@st.com \
--to=viresh.kumar@st.com \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).