summaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2010-05-23 21:52:06 +0200
committerRalf Baechle <ralf@linux-mips.org>2010-08-05 13:25:42 +0100
commit6337f5e5aab7faf6029d9ac4eba7496295bdf93c (patch)
treeb8fdac29803f7112a27fdc0d5bbe2c28b7baae17 /arch/mips/math-emu
parent055899a0e249ad9c1c709376c37ee7103abb22c4 (diff)
downloadop-kernel-dev-6337f5e5aab7faf6029d9ac4eba7496295bdf93c.zip
op-kernel-dev-6337f5e5aab7faf6029d9ac4eba7496295bdf93c.tar.gz
MIPS: math-emu: Checkpatch cleanup
arch/mips/math-emu/dp_tint.c:73: ERROR: else should follow close brace '}' Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/1271/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu')
-rw-r--r--arch/mips/math-emu/dp_tint.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/math-emu/dp_tint.c b/arch/mips/math-emu/dp_tint.c
index 77b2b7c..2447862 100644
--- a/arch/mips/math-emu/dp_tint.c
+++ b/arch/mips/math-emu/dp_tint.c
@@ -69,8 +69,7 @@ int ieee754dp_tint(ieee754dp x)
round = 0;
sticky = residue != 0;
xm = 0;
- }
- else {
+ } else {
residue = xm << (64 - DP_MBITS + xe);
round = (residue >> 63) != 0;
sticky = (residue << 1) != 0;
OpenPOWER on IntegriCloud