| To: | andrea.gelmini@gelma.net |
|---|---|
| Subject: | [PATCH 169/199] arch/mips/math-emu/sp_tlong.c: Checkpatch cleanup |
| From: | Andrea Gelmini <andrea.gelmini@gelma.net> |
| Date: | Sun, 23 May 2010 21:52:10 +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=6rQ1quS8j318E14XiL0TcYL93q6xNlVs0SA5f96LcJ8=; b=nHzMZcOJdUhr3CPyjfNmAJ3cjP3WQQouWc2u5vNi8514E8ojYP1c2Yge4vyrarbCKq vKXEW4lWTaap88unU78lsQPhwCeqXNL+e6ze0ozowC2oRM5JOBTSFohbseuhDd769xKc 3nVQcre7IwL1yMkSx5AryvqwM9nSEn7lKf4k4= |
| 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=r5QiGBHE5AGdU2M4+MXLbJkdEDYn3+hORnvU/oEchRDkSbHTUO4TsDg4VFRDZFAamd YYAqceyGEJgAzqOHQPM4JXm75yvqdcdaaG1hIoKSmcSdwiyOsUUTGALM32/bmjyzj3if XfFeevs30A19s3T4VZ4GOZqov6d+1blvmbiNg= |
| 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_tlong.c:75: ERROR: else should follow close brace '}'
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
arch/mips/math-emu/sp_tlong.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/arch/mips/math-emu/sp_tlong.c b/arch/mips/math-emu/sp_tlong.c
index 4be21aa..92cd9c5 100644
--- a/arch/mips/math-emu/sp_tlong.c
+++ b/arch/mips/math-emu/sp_tlong.c
@@ -71,8 +71,7 @@ s64 ieee754sp_tlong(ieee754sp x)
round = 0;
sticky = residue != 0;
xm = 0;
- }
- else {
+ } else {
residue = xm << (32 - SP_MBITS + xe);
round = (residue >> 31) != 0;
sticky = (residue << 1) != 0;
--
1.7.1.251.gf80a2
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 168/199] arch/mips/math-emu/sp_tint.c: Checkpatch cleanup, Andrea Gelmini |
|---|---|
| Next by Date: | [PATCH 170/199] arch/mips/pci/ops-titan-ht.c: Checkpatch cleanup, Andrea Gelmini |
| Previous by Thread: | Re: [PATCH 168/199] arch/mips/math-emu/sp_tint.c: Checkpatch cleanup, Ralf Baechle |
| Next by Thread: | Re: [PATCH 169/199] arch/mips/math-emu/sp_tlong.c: Checkpatch cleanup, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |