diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-05-23 21:52:09 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:43 +0100 |
commit | 3e4088affe2bd73dc4235cf0cc735722641085a6 (patch) | |
tree | 24194560211c302c1905feddc96536bb7339228e | |
parent | 24da36cdc5c7bc8ccde1876f81f884d6d42c0602 (diff) | |
download | talos-op-linux-3e4088affe2bd73dc4235cf0cc735722641085a6.tar.gz talos-op-linux-3e4088affe2bd73dc4235cf0cc735722641085a6.zip |
MIPS: math-emu: Checkpatch cleanup
arch/mips/math-emu/sp_tint.c:76: 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/1275/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/math-emu/sp_tint.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/math-emu/sp_tint.c b/arch/mips/math-emu/sp_tint.c index 1d73d2abe0b5..352dc3a5f1af 100644 --- a/arch/mips/math-emu/sp_tint.c +++ b/arch/mips/math-emu/sp_tint.c @@ -72,8 +72,7 @@ int ieee754sp_tint(ieee754sp x) round = 0; sticky = residue != 0; xm = 0; - } - else { + } else { /* Shifting a u32 32 times does not work, * so we do it in two steps. Be aware that xe * may be -1 */ |