]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: math-emu: Fix code indentation
authorPaul Burton <paul.burton@imgtec.com>
Thu, 21 Apr 2016 13:04:53 +0000 (14:04 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 13 May 2016 12:02:23 +0000 (14:02 +0200)
commit9cef1cf43fa179b50ba91aa95d1584c2d600e4d4
tree4cd59b6a8183079669069261d63e94e2a6c39a03
parent5c492f486b664fa5612bbc4544df03f6f09f7bf8
MIPS: math-emu: Fix code indentation

A line incrementing the re variable was indented a level too deep in
ieee754dp_mul, making the code unclear to read. Fix the indentation.
This appears to have been copied verbatim along with the rest of the
multiplication code to ieee754dp_maddf, now _dp_maddf, too so fix the
indentation there too.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13158/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/dp_maddf.c
arch/mips/math-emu/dp_mul.c