| To: | andrea.gelmini@gelma.net |
|---|---|
| Subject: | [PATCH 164/199] arch/mips/math-emu/dp_modf.c: Checkpatch cleanup |
| From: | Andrea Gelmini <andrea.gelmini@gelma.net> |
| Date: | Sun, 23 May 2010 21:52:05 +0200 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:cc:subject :date:message-id:x-mailer:in-reply-to:references; bh=gwvDTBskkWZJXFAg/gp1KCPnZsMjF7oVkGaHoeS5x2c=; b=RMT3HZKhHX8Pfj5z7YF4JRzD7KnbQDpAlSaO52sp4uwS1oGJ3fihck7vBFj6zhzwrt PHBWxyxGKdUvvDmyioMPBWehQc+E1ShK0F/GBugwCHEJQW+Hopo+pjX+p0gpiidUylyJ 7Q31L3M3LWZ3/YB5CLuv9jGcQKYBdLNttN96w= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; b=YNu84FB968expBgBxM878Cs2ZuU+tEDdsXhJdTOt6uPG+XcBkzME26hy3haC5YNHZG nWk0lI+Zp+h/VUlOiGJPaJxbjpDpXRlDWoDGZPPc9Sh74377VxpKPGVsQigUFKEzzFps C/zSTQe6EogXZjf+ZFIiaDBmfYm2y35bz8NNQ= |
| In-reply-to: | <1274644332-23964-1-git-send-email-andrea.gelmini@gelma.net> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1274644332-23964-1-git-send-email-andrea.gelmini@gelma.net> |
| Sender: | linux-mips-bounce@linux-mips.org |
arch/mips/math-emu/dp_modf.c:32: ERROR: "foo * bar" should be "foo *bar"
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
arch/mips/math-emu/dp_modf.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/math-emu/dp_modf.c b/arch/mips/math-emu/dp_modf.c
index 25861a4..a8570e5 100644
--- 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;
--
1.7.1.251.gf80a2
|
| Previous by Date: | [PATCH 167/199] arch/mips/math-emu/sp_modf.c: Checkpatch cleanup, Andrea Gelmini |
|---|---|
| Next by Date: | [PATCH 168/199] arch/mips/math-emu/sp_tint.c: Checkpatch cleanup, Andrea Gelmini |
| Previous by Thread: | Re: [PATCH 167/199] arch/mips/math-emu/sp_modf.c: Checkpatch cleanup, Ralf Baechle |
| Next by Thread: | Re: [PATCH 164/199] arch/mips/math-emu/dp_modf.c: Checkpatch cleanup, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |