From: Markos Chandras Date: Thu, 16 Jul 2015 13:06:45 +0000 (+0100) Subject: MIPS: cp1emu: Fix closing bracket for the d_fmt case X-Git-Tag: omap-for-v4.3/fixes-rc1~99^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbdd8147b1b9efb7268a7cad31e148d794363abe;p=pandora-kernel.git 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 Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/10733/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed