aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/cmpxchg.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2010-04-21 11:39:07 +0100
committerRalf Baechle <ralf@linux-mips.org>2010-04-30 20:52:41 +0100
commit9eed4124c0d56d39b06224765c65eaa35f580edf (patch)
tree38ba0866b2e2a01865bd21a7ceb81ca56698b1df /arch/mips/include/asm/cmpxchg.h
parentMIPS: Don't vmap things at address zero. (diff)
downloadlinux-dev-9eed4124c0d56d39b06224765c65eaa35f580edf.tar.xz
linux-dev-9eed4124c0d56d39b06224765c65eaa35f580edf.zip
MIPS: cmpxchg.h: Fix excessive indentation.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/cmpxchg.h')
-rw-r--r--arch/mips/include/asm/cmpxchg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/cmpxchg.h b/arch/mips/include/asm/cmpxchg.h
index ed9aaaaf0749..2d28017e95d0 100644
--- a/arch/mips/include/asm/cmpxchg.h
+++ b/arch/mips/include/asm/cmpxchg.h
@@ -16,7 +16,7 @@
({ \
__typeof(*(m)) __ret; \
\
- if (kernel_uses_llsc && R10000_LLSC_WAR) { \
+ if (kernel_uses_llsc && R10000_LLSC_WAR) { \
__asm__ __volatile__( \
" .set push \n" \
" .set noat \n" \