[PATCH 0/3] um: headers: fix various W=1 warnings
From: Randy Dunlap
Date: Wed Apr 14 2021 - 02:44:29 EST
Fix a few W=1 warnings in arch/um/.
Prompted by the "kernel test robot".
Cc: Jeff Dike <jdike@xxxxxxxxxxx>
Cc: Richard Weinberger <richard@xxxxxx>
Cc: Anton Ivanov <anton.ivanov@xxxxxxxxxxxxxxxxxx>
Cc: linux-um@xxxxxxxxxxxxxxxxxxx
[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(-)