diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 12:53:14 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 12:53:14 +0100 |
commit | e0e53dee69e07e9446eb16ceabd55a1116611696 (patch) | |
tree | 0f46618d019bf984e86c84c2bfd31c60869ba56d /arch/mips/mm | |
parent | 2fe062608086f9b74a80f16272c5a59a3e05722f (diff) | |
download | linux-3.10-e0e53dee69e07e9446eb16ceabd55a1116611696.tar.gz linux-3.10-e0e53dee69e07e9446eb16ceabd55a1116611696.tar.bz2 linux-3.10-e0e53dee69e07e9446eb16ceabd55a1116611696.zip |
MIPS: Nuke trailing blank lines
Recent git versions now warn about those and they've always been a bit of
an annoyance.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm')
-rw-r--r-- | arch/mips/mm/c-octeon.c | 1 | ||||
-rw-r--r-- | arch/mips/mm/hugetlbpage.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/mm/c-octeon.c b/arch/mips/mm/c-octeon.c index e06f1af760a..af85959e59f 100644 --- a/arch/mips/mm/c-octeon.c +++ b/arch/mips/mm/c-octeon.c @@ -305,4 +305,3 @@ asmlinkage void cache_parity_error_octeon_non_recoverable(void) { cache_parity_error_octeon(1); } - diff --git a/arch/mips/mm/hugetlbpage.c b/arch/mips/mm/hugetlbpage.c index 8c2834f5919..cd0660c51f2 100644 --- a/arch/mips/mm/hugetlbpage.c +++ b/arch/mips/mm/hugetlbpage.c @@ -97,4 +97,3 @@ follow_huge_pmd(struct mm_struct *mm, unsigned long address, page += ((address & ~HPAGE_MASK) >> PAGE_SHIFT); return page; } - |