MIPS: cp1emu: Fix closing bracket for the d_fmt case
authorMarkos Chandras <markos.chandras@imgtec.com>
Thu, 16 Jul 2015 13:06:45 +0000 (14:06 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 3 Sep 2015 10:07:42 +0000 (12:07 +0200)
commitbbdd8147b1b9efb7268a7cad31e148d794363abe
tree9070ffb81ef28b9329d68f30912cfb51faa3cafd
parent674d10e26dd4c1a1b9161e9dcce0667d1c5dd318
MIPS: cp1emu: Fix closing bracket for the d_fmt case

The double format (d_fmt) case uses an opening bracket which then
closes at the end of the word format (w_fmt). This can be rather confusing
so add the closing bracket at the end of the d_fmt case and use another one
for the w_fmt one.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/10733/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/cp1emu.c