From: Ralf Baechle Date: Wed, 21 Apr 2010 10:39:07 +0000 (+0100) Subject: MIPS: cmpxchg.h: Fix excessive indentation. X-Git-Tag: Ubuntu-5.2.0-15.16~25293^2~23 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9eed4124c0d56d39b06224765c65eaa35f580edf;p=mirror_ubuntu-eoan-kernel.git MIPS: cmpxchg.h: Fix excessive indentation. Signed-off-by: Ralf Baechle --- 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" \