Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | um: use %lx format specifiers for unsigned longs | Colin Ian King | 2016-03-05 |
| | | | | | | | | | | | | | | 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> | ||
* | um: get rid of pointless include "..." where include <...> will do | Al Viro | 2012-10-09 |
| | | | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at> | ||
* | um: take arch/um/sys-x86 to arch/x86/um | Al Viro | 2011-11-02 |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at> |