commit | 9eed4124c0d56d39b06224765c65eaa35f580edf | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Apr 21 11:39:07 2010 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri Apr 30 20:52:41 2010 +0100 |
tree | 38ba0866b2e2a01865bd21a7ceb81ca56698b1df | |
parent | c8f3cc0b65af00be5f84c6d4ee45007643322713 [diff] [blame] |
MIPS: cmpxchg.h: Fix excessive indentation. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/include/asm/cmpxchg.h b/arch/mips/include/asm/cmpxchg.h index ed9aaaa..2d28017 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" \