lkml.org 
[lkml]   [2023]   [Jul]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
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@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); \
} \
\
 
 \ /
  Last update: 2023-07-12 08:40    [W:0.019 / U:0.608 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site