linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Richard Weinberger <richard@nod.at>
To: Colin King <colin.king@canonical.com>,
	Jeff Dike <jdike@addtoit.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>,
	x86@kernel.org, user-mode-linux-devel@lists.sourceforge.net,
	user-mode-linux-user@lists.sourceforge.net
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] um: use %lx format specifiers for unsigned longs
Date: Wed, 27 Jan 2016 22:15:55 +0100	[thread overview]
Message-ID: <56A9338B.6010202@nod.at> (raw)
In-Reply-To: <1453576679-10888-1-git-send-email-colin.king@canonical.com>

Am 23.01.2016 um 20:17 schrieb Colin King:
> From: Colin Ian King <colin.king@canonical.com>
> 
> static analysis from cppcheck detected %x being used for
> unsigned longs:
> 
> [arch/x86/um/os-Linux/task_size.c:112]: (warning) %x in format
>   string (no. 1) requires 'unsigned int' but the argument type
>   is 'unsigned long'.
> 
> Use %lx instead of %x
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied, Thanks!
//richard


      reply	other threads:[~2016-01-27 21:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-23 19:17 [PATCH] um: use %lx format specifiers for unsigned longs Colin King
2016-01-27 21:15 ` Richard Weinberger [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=56A9338B.6010202@nod.at \
    --to=richard@nod.at \
    --cc=colin.king@canonical.com \
    --cc=jdike@addtoit.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    --cc=user-mode-linux-user@lists.sourceforge.net \
    --cc=x86@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;
as well as URLs for NNTP newsgroup(s).