aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-01-18 16:58:26 +0100
committerRalf Baechle <ralf@linux-mips.org>2013-02-01 10:00:21 +0100
commit82de378caad24b066ce8f9d9743c8fa96ad01f82 (patch)
tree0e60e7e6c15ad1d333c42273d3454fcf2bee6a01 /arch/mips/include/asm
parentMIPS: PNX8550: Remove support for SOC and JBS and STB810 boards. (diff)
downloadlinux-dev-82de378caad24b066ce8f9d9743c8fa96ad01f82.tar.xz
linux-dev-82de378caad24b066ce8f9d9743c8fa96ad01f82.zip
MIPS: Nuke trailing whitespace.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r--arch/mips/include/asm/pgtable-bits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/pgtable-bits.h b/arch/mips/include/asm/pgtable-bits.h
index f6a0439a4085..5a7ccc2473f8 100644
--- a/arch/mips/include/asm/pgtable-bits.h
+++ b/arch/mips/include/asm/pgtable-bits.h
@@ -52,7 +52,7 @@
* The following bits are implemented in software
*
* _PAGE_FILE semantics: set:pagecache unset:swap
- */
+ */
#define _PAGE_PRESENT_SHIFT 6
#define _PAGE_PRESENT (1 << _PAGE_PRESENT_SHIFT)
#define _PAGE_READ_SHIFT 7