Commit 9eed4124 authored by Ralf Baechle's avatar Ralf Baechle

MIPS: cmpxchg.h: Fix excessive indentation.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent c8f3cc0b
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
({ \ ({ \
__typeof(*(m)) __ret; \ __typeof(*(m)) __ret; \
\ \
if (kernel_uses_llsc && R10000_LLSC_WAR) { \ if (kernel_uses_llsc && R10000_LLSC_WAR) { \
__asm__ __volatile__( \ __asm__ __volatile__( \
" .set push \n" \ " .set push \n" \
" .set noat \n" \ " .set noat \n" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment