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

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
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -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"		\