Skip to content

Commit

Permalink
MIPS: math-emu: Checkpatch cleanup
Browse files Browse the repository at this point in the history
arch/mips/math-emu/sp_tint.c:76: ERROR: else should follow close brace '}'

Signed-off-by: Andrea Gelmini <[email protected]>
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/1275/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
Gelma authored and ralfbaechle committed Aug 5, 2010
1 parent 24da36c commit 3e4088a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/mips/math-emu/sp_tint.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3e4088a

Please sign in to comment.