MIPS: Clean up whitespace warning in hazards.h
authorKevin Cernekee <cernekee@gmail.com>
Fri, 11 Nov 2011 06:30:25 +0000 (22:30 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 7 Dec 2011 22:03:17 +0000 (22:03 +0000)
Use a tab on second and subsequent lines of multiline #if's, for
consistency with the next commit.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2954/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/hazards.h

index 4e332165d7b710a8e4327c7d820c66883d12b89c..8f630e4955326e3857e6a78ed666c7e8425a5c8d 100644 (file)
@@ -139,8 +139,8 @@ do {                                                                        \
 } while (0)
 
 #elif defined(CONFIG_MIPS_ALCHEMY) || defined(CONFIG_CPU_CAVIUM_OCTEON) || \
-      defined(CONFIG_CPU_LOONGSON2) || defined(CONFIG_CPU_R10000) || \
-      defined(CONFIG_CPU_R5500)
+       defined(CONFIG_CPU_LOONGSON2) || defined(CONFIG_CPU_R10000) || \
+       defined(CONFIG_CPU_R5500)
 
 /*
  * R10000 rocks - all hazards handled in hardware, so this becomes a nobrainer.