浏览代码

MIPS: Nuke trailing whitespace.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 12 年之前
父节点
当前提交
82de378caa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/mips/include/asm/pgtable-bits.h

+ 1 - 1
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