From: Andrea Gelmini Date: Sun, 23 May 2010 19:52:09 +0000 (+0200) Subject: MIPS: math-emu: Checkpatch cleanup X-Git-Tag: v2.6.36-rc1~563^2~132 X-Git-Url: https://bbs.cooldavid.org/git/?a=commitdiff_plain;h=3e4088affe2bd73dc4235cf0cc735722641085a6;p=net-next-2.6.git MIPS: math-emu: Checkpatch cleanup arch/mips/math-emu/sp_tint.c:76: ERROR: else should follow close brace '}' Signed-off-by: Andrea Gelmini Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/1275/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/math-emu/sp_tint.c b/arch/mips/math-emu/sp_tint.c index 1d73d2abe0b..352dc3a5f1a 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 */