arm64: lse: fix lse cmpxchg code indentation
[cascardo/linux.git] / arch / arm64 / include / asm / atomic_lse.h
index f873bf6..55d740e 100644 (file)
@@ -319,9 +319,9 @@ static inline unsigned long __cmpxchg_case_##name(volatile void *ptr,       \
                                                                        \
        asm volatile(ARM64_LSE_ATOMIC_INSN(                             \
        /* LL/SC */                                                     \
-       "nop\n"                                                         \
-       __LL_SC_CMPXCHG(name)                                           \
-       "nop",                                                          \
+       "       nop\n"                                                  \
+               __LL_SC_CMPXCHG(name)                                   \
+       "       nop",                                                   \
        /* LSE atomics */                                               \
        "       mov     " #w "30, %" #w "[old]\n"                       \
        "       cas" #mb #sz "\t" #w "30, %" #w "[new], %[v]\n"         \