[<prev] [next>] [day] [month] [year] [list]
Message-ID: <ebf95047b809d2eee29561082391c76b@208suo.com>
Date: Wed, 12 Jul 2023 14:39:36 +0800
From: huzhi001@...suo.com
To: tglx@...utronix.de, mingo@...hat.com, bp@...en8.de,
dave.hansen@...ux.intel.com, x86@...nel.org
Cc: hpa@...or.com, linux-kernel@...r.kernel.org
Subject: [PATCH] License cleanup: Fix errors in pm-trace.h
The following checkpatch errors are removed:
ERROR: spaces required around that ':' (ctx:ExV)
Signed-off-by: ZhiHu <huzhi001@...suo.com>
---
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); \
} \
Powered by blists - more mailing lists