diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 06:53:14 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 06:53:14 -0500 |
commit | e0e53dee69e07e9446eb16ceabd55a1116611696 (patch) | |
tree | 0f46618d019bf984e86c84c2bfd31c60869ba56d /arch/mips/math-emu | |
parent | 2fe062608086f9b74a80f16272c5a59a3e05722f (diff) |
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/math-emu')
-rw-r--r-- | arch/mips/math-emu/ieee754d.c | 1 | ||||
-rw-r--r-- | arch/mips/math-emu/ieee754xcpt.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/math-emu/ieee754d.c b/arch/mips/math-emu/ieee754d.c index 7e900f30987e..a0325337b76c 100644 --- a/arch/mips/math-emu/ieee754d.c +++ b/arch/mips/math-emu/ieee754d.c | |||
@@ -135,4 +135,3 @@ ieee754sp ieee754sp_dump(char *m, ieee754sp x) | |||
135 | printk("\n"); | 135 | printk("\n"); |
136 | return x; | 136 | return x; |
137 | } | 137 | } |
138 | |||
diff --git a/arch/mips/math-emu/ieee754xcpt.c b/arch/mips/math-emu/ieee754xcpt.c index 7d8ef8965067..e02423a0ae23 100644 --- a/arch/mips/math-emu/ieee754xcpt.c +++ b/arch/mips/math-emu/ieee754xcpt.c | |||
@@ -46,4 +46,3 @@ void ieee754_xcpt(struct ieee754xctx *xcp) | |||
46 | printk(KERN_DEBUG "floating point exception in \"%s\", type=%s\n", | 46 | printk(KERN_DEBUG "floating point exception in \"%s\", type=%s\n", |
47 | xcp->op, rtnames[xcp->rt]); | 47 | xcp->op, rtnames[xcp->rt]); |
48 | } | 48 | } |
49 | |||