mirror of https://github.com/torvalds/linux.git
Use the common kernel style to eliminate a warning:
./arch/x86/um/asm/elf.h:215:32: warning: suggest braces around empty body in ‘do’ statement [-Wempty-body]
#define SET_PERSONALITY(ex) do ; while(0)
^
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
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
Signed-off-by: Richard Weinberger <richard@nod.at>
|
||
|---|---|---|
| .. | ||
| apic.h | ||
| arch_hweight.h | ||
| archparam.h | ||
| barrier.h | ||
| checksum.h | ||
| checksum_32.h | ||
| checksum_64.h | ||
| desc.h | ||
| elf.h | ||
| irq_vectors.h | ||
| mm_context.h | ||
| module.h | ||
| processor.h | ||
| processor_32.h | ||
| processor_64.h | ||
| ptrace.h | ||
| required-features.h | ||
| segment.h | ||
| syscall.h | ||
| vm-flags.h | ||