| To: | andrea.gelmini@gelma.net |
|---|---|
| Subject: | [PATCH 167/199] arch/mips/math-emu/sp_modf.c: Checkpatch cleanup |
| From: | Andrea Gelmini <andrea.gelmini@gelma.net> |
| Date: | Sun, 23 May 2010 21:52:08 +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=afGbNVU9VXhDhbDg2YTLG2OLlZwp10RSn/ZHMukrqJo=; b=JLRg+HZoE41DcwZSGiCk7tICjGb3FRdlp4DOYR8cp3ytNrqTfbGhYB5oxxKJzXVvHt Q4uj4Xiv5BQ+q9VYFf61daFPHnhJcZfCmtTXZ+XrV89cfAtUI8DFxGqoiaRdJaRQPmmn 7bldXZ8jeav/slA0KnnQGH3NhpKpesnxELYYo= |
| 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=VAgnqIalxNL2msAeIBfZG5BOWRjTzI1ja9GC0fgndG6SQy8sMLeoW4/GBAzzKpfi42 mY01GKNKzswV84TYOxtW66/e6GdjP4+teElRFlttOe07LJcNCRLzliYuNclZp2a/MxnU /UzJ3vR439zkwIhwLuqbqMzGfDjjneCh9kDyQ= |
| 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/sp_modf.c:32: ERROR: "foo * bar" should be "foo *bar"
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
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 4b1dbac..7656894 100644
--- a/arch/mips/math-emu/sp_modf.c
+++ b/arch/mips/math-emu/sp_modf.c
@@ -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;
--
1.7.1.251.gf80a2
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 166/199] arch/mips/math-emu/dp_tlong.c: Checkpatch cleanup, Andrea Gelmini |
|---|---|
| Next by Date: | [PATCH 164/199] arch/mips/math-emu/dp_modf.c: Checkpatch cleanup, Andrea Gelmini |
| Previous by Thread: | Re: [PATCH 166/199] arch/mips/math-emu/dp_tlong.c: Checkpatch cleanup, Ralf Baechle |
| Next by Thread: | Re: [PATCH 167/199] arch/mips/math-emu/sp_modf.c: Checkpatch cleanup, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |