diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-05-23 15:52:08 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:43 -0400 |
commit | 24da36cdc5c7bc8ccde1876f81f884d6d42c0602 (patch) | |
tree | a06b56dbffe680d3a5e3db8679499a8451b5a2ef /arch | |
parent | c273625b42dc93094b9f5db64944a0a8c6775c99 (diff) |
MIPS: math-emu: Checkpatch cleanup
arch/mips/math-emu/sp_modf.c:32: ERROR: "foo * bar" should be "foo *bar"
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1273/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/math-emu/sp_modf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/sp_modf.c b/arch/mips/math-emu/sp_modf.c index 4b1dbac796f8..76568946b4c0 100644 --- a/arch/mips/math-emu/sp_modf.c +++ b/arch/mips/math-emu/sp_modf.c | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | /* modf function is always exact for a finite number | 30 | /* modf function is always exact for a finite number |
31 | */ | 31 | */ |
32 | ieee754sp ieee754sp_modf(ieee754sp x, ieee754sp * ip) | 32 | ieee754sp ieee754sp_modf(ieee754sp x, ieee754sp *ip) |
33 | { | 33 | { |
34 | COMPXSP; | 34 | COMPXSP; |
35 | 35 | ||