projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb5dcea
)
MIPS: math-emu: Checkpatch cleanup
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Sun, 23 May 2010 19:52:05 +0000
(21:52 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 5 Aug 2010 12:25:41 +0000
(13:25 +0100)
arch/mips/math-emu/dp_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/1269/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/dp_modf.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/math-emu/dp_modf.c
b/arch/mips/math-emu/dp_modf.c
index 25861a42c36f80b01e036e70b8d4dfd5f3c70694..a8570e5c3efc13f2e516be0ac9903de2a348d71e 100644
(file)
--- a/
arch/mips/math-emu/dp_modf.c
+++ b/
arch/mips/math-emu/dp_modf.c
@@
-29,7
+29,7
@@
/* modf function is always exact for a finite number
*/
-ieee754dp ieee754dp_modf(ieee754dp x, ieee754dp *
ip)
+ieee754dp ieee754dp_modf(ieee754dp x, ieee754dp *ip)
{
COMPXDP;