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/dp_tlong.c:75: 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/1272/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Andrea Gelmini authored and Ralf Baechle committed Aug 5, 2010
1 parent 6337f5e commit c273625
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/mips/math-emu/dp_tlong.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ s64 ieee754dp_tlong(ieee754dp x)
round = 0;
sticky = residue != 0;
xm = 0;
}
else {
} else {
/* Shifting a u64 64 times does not work,
* so we do it in two steps. Be aware that xe
* may be -1 */
Expand Down

0 comments on commit c273625

Please sign in to comment.