mbox series

[0/3] um: headers: fix various W=1 warnings

Message ID 20210414064350.3923-1-rdunlap@infradead.org
Headers show
Series um: headers: fix various W=1 warnings | expand

Message

Randy Dunlap April 14, 2021, 6:43 a.m. UTC
Fix a few W=1 warnings in arch/um/.
Prompted by the "kernel test robot".

Cc: Jeff Dike <jdike@addtoit.com>
Cc: Richard Weinberger <richard@nod.at>
Cc: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Cc: linux-um@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(-)