Skip to content

Commit

Permalink
MIPS: math-emu: Checkpatch cleanup
Browse files Browse the repository at this point in the history
arch/mips/math-emu/sp_modf.c:32: ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: Andrea Gelmini <[email protected]>
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/1273/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
Gelma authored and ralfbaechle committed Aug 5, 2010
1 parent c273625 commit 24da36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/math-emu/sp_modf.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/* modf function is always exact for a finite number
*/
ieee754sp ieee754sp_modf(ieee754sp x, ieee754sp * ip)
ieee754sp ieee754sp_modf(ieee754sp x, ieee754sp *ip)
{
COMPXSP;

Expand Down

0 comments on commit 24da36c

Please sign in to comment.