| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 4/9] MIPS: Clean up whitespace warning in hazards.h |
| From: | Kevin Cernekee <cernekee@gmail.com> |
| Date: | Sat, 05 Nov 2011 14:21:13 -0700 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <c2c8833593cb8eeef5c102468e105497@localhost> |
| References: | <c2c8833593cb8eeef5c102468e105497@localhost> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | vim 7.2 |
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>
---
arch/mips/include/asm/hazards.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/mips/include/asm/hazards.h b/arch/mips/include/asm/hazards.h
index 4e33216..8f630e4 100644
--- a/arch/mips/include/asm/hazards.h
+++ b/arch/mips/include/asm/hazards.h
@@ -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.
--
1.7.6.3
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 3/9] MIPS: BMIPS: Add XKS01 feature flag to Kconfig, Kevin Cernekee |
|---|---|
| Next by Date: | [PATCH 5/9] MIPS: BMIPS: Add CFLAGS, Makefile entries for BMIPS, Kevin Cernekee |
| Previous by Thread: | Re: [PATCH 3/9] MIPS: BMIPS: Add XKS01 feature flag to Kconfig, Ralf Baechle |
| Next by Thread: | [PATCH 5/9] MIPS: BMIPS: Add CFLAGS, Makefile entries for BMIPS, Kevin Cernekee |
| Indexes: | [Date] [Thread] [Top] [All Lists] |