MIPS: Nuke trailing whitespace.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 18 Jan 2013 15:58:26 +0000 (16:58 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 1 Feb 2013 09:00:21 +0000 (10:00 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/pgtable-bits.h

index f6a0439a40858a5b29190825f0ddc820cc8755d7..5a7ccc2473f897a005d54f4cdf079728bfe1407a 100644 (file)
@@ -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