[PATCH] License cleanup: Fix errors in pm-trace.h

From: huzhi001
Date: Wed Jul 12 2023 - 02:39:55 EST


The following checkpatch errors are removed:
ERROR: spaces required around that ':' (ctx:ExV)

Signed-off-by: ZhiHu <huzhi001@xxxxxxxxxx>
---
arch/x86/include/asm/pm-trace.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/pm-trace.h b/arch/x86/include/asm/pm-trace.h
index bfa32aa428e5..230c0332d7ef 100644
--- a/arch/x86/include/asm/pm-trace.h
+++ b/arch/x86/include/asm/pm-trace.h
@@ -13,7 +13,7 @@ do { \
"1:\t.word %c1\n\t" \
_ASM_PTR " %c2\n" \
".previous" \
- :"=r" (tracedata) \
+ : "=r" (tracedata) \
: "i" (__LINE__), "i" (__FILE__)); \
generate_pm_trace(tracedata, user); \
} \