Commit c6fd5d49 authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar

include/asm-x86/resume-trace.h: checkpatch cleanups - formatting only

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 78db4c6b
......@@ -3,7 +3,8 @@
#include <asm/asm.h>
#define TRACE_RESUME(user) do { \
#define TRACE_RESUME(user) \
do { \
if (pm_trace_enabled) { \
void *tracedata; \
asm volatile(_ASM_MOV_UL " $1f,%0\n" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment