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
..
2016-01-18 16:44:24 -08:00
2015-05-31 22:05:32 +02:00
2015-05-31 17:31:50 +02:00
2015-05-31 17:31:42 +02:00
2015-05-31 17:31:42 +02:00
2015-12-22 15:31:51 -08:00
2015-11-06 22:49:11 +01:00