[PATCH 0/3] um: headers: fix various W=1 warnings
Randy Dunlap
rdunlap at infradead.org
Wed Apr 14 07:43:47 BST 2021
Fix a few W=1 warnings in arch/um/.
Prompted by the "kernel test robot".
Cc: Jeff Dike <jdike at addtoit.com>
Cc: Richard Weinberger <richard at nod.at>
Cc: Anton Ivanov <anton.ivanov at cambridgegreys.com>
Cc: linux-um at lists.infradead.org
[PATCH 1/3] um: pgtable.h: fix W=1 warning for empty body in 'do' statement
[PATCH 2/3] um: elf.h: fix W=1 warning for empty body in 'do' statement
[PATCH 3/3] um: stub_32.h: move 'inline' before 'void' to fix W=1 warning
arch/um/include/asm/pgtable.h | 2 +-
arch/x86/um/asm/elf.h | 2 +-
arch/x86/um/shared/sysdep/stub_32.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
More information about the linux-um
mailing list