linux/arch/x86/um/os-Linux
Colin Ian King ad32a1f3c3 um: use %lx format specifiers for unsigned longs
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>
Signed-off-by: Richard Weinberger <richard@nod.at>
2016-03-05 22:21:28 +01:00
..
Makefile um: take arch/um/sys-x86 to arch/x86/um 2011-11-02 14:15:05 +01:00
mcontext.c um: take arch/um/sys-x86 to arch/x86/um 2011-11-02 14:15:05 +01:00
prctl.c um: prctl: Do not include linux/ptrace.h 2013-09-07 10:57:11 +02:00
registers.c um: get rid of pointless include "..." where include <...> will do 2012-10-09 22:28:45 +02:00
task_size.c um: use %lx format specifiers for unsigned longs 2016-03-05 22:21:28 +01:00
tls.c um: get rid of pointless include "..." where include <...> will do 2012-10-09 22:28:45 +02:00