Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: cmpxchg.h: Fix excessive indentation.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1 -1
+1 -1
arch/mips/include/asm/cmpxchg.h
··· 16 16 ({ \ 17 17 __typeof(*(m)) __ret; \ 18 18 \ 19 - if (kernel_uses_llsc && R10000_LLSC_WAR) { \ 19 + if (kernel_uses_llsc && R10000_LLSC_WAR) { \ 20 20 __asm__ __volatile__( \ 21 21 " .set push \n" \ 22 22 " .set noat \n" \