* [PATCH] License cleanup: Fix errors in pm-trace.h
[not found] <tencent_63ABC5EB46186CEC43B598CA146CC66ACB09@qq.com>
@ 2023-07-12 6:39 ` huzhi001
0 siblings, 0 replies; only message in thread
From: huzhi001 @ 2023-07-12 6:39 UTC (permalink / raw)
To: tglx, mingo, bp, dave.hansen, x86; +Cc: hpa, linux-kernel
The following checkpatch errors are removed:
ERROR: spaces required around that ':' (ctx:ExV)
Signed-off-by: ZhiHu <huzhi001@208suo.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); \
} \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-12 6:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <tencent_63ABC5EB46186CEC43B598CA146CC66ACB09@qq.com>
2023-07-12 6:39 ` [PATCH] License cleanup: Fix errors in pm-trace.h huzhi001
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox