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

huzhi001@208suo.com posted 1 patch 2 years, 7 months ago
arch/x86/include/asm/pm-trace.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] License cleanup: Fix errors in pm-trace.h
Posted by huzhi001@208suo.com 2 years, 7 months ago
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);        \
      }                            \