| To: | andrea.gelmini@gelma.net |
|---|---|
| Subject: | [PATCH 168/199] arch/mips/math-emu/sp_tint.c: Checkpatch cleanup |
| From: | Andrea Gelmini <andrea.gelmini@gelma.net> |
| Date: | Sun, 23 May 2010 21:52:09 +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=8cgnOfyYbaWL/7UE7vZUdRqkYnEEFV6yymyJvMea0FY=; b=E7uAx0qYnPM1omOZp9rPM3haWykph1Rd/8UOkRtFhqt5+fGgnB30ofw9fwcFZ2XzS4 4fbd0Ip8aaHKWHxW9P++2o6tTgsXSiMNJtXwVa1+UXSimya/wQfuRrTrA95MZe6oqHzY CicNzYGofeTEDdF+K1X29/4zS6VexxNd4oHno= |
| 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=ZbsSIEobXf8UHCv1Pppketv/FKR3qvwTfBtwpLlv1B1INRpGiq+zCFX5RbZD3UHBFY Gzf+XFDILmQSjb0uo639ONm2RCC3EiNj/UwKaZxjpbXtIx4nrRFzMkhDnLD8wOpeRBt2 NJ2MtaA8cHcAPFfTtKYlKz6LRBV+A+DI/vTqk= |
| 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_tint.c:76: ERROR: else should follow close brace '}'
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
arch/mips/math-emu/sp_tint.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/arch/mips/math-emu/sp_tint.c b/arch/mips/math-emu/sp_tint.c
index 1d73d2a..352dc3a 100644
--- a/arch/mips/math-emu/sp_tint.c
+++ b/arch/mips/math-emu/sp_tint.c
@@ -72,8 +72,7 @@ int ieee754sp_tint(ieee754sp x)
round = 0;
sticky = residue != 0;
xm = 0;
- }
- else {
+ } else {
/* Shifting a u32 32 times does not work,
* so we do it in two steps. Be aware that xe
* may be -1 */
--
1.7.1.251.gf80a2
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 164/199] arch/mips/math-emu/dp_modf.c: Checkpatch cleanup, Andrea Gelmini |
|---|---|
| Next by Date: | [PATCH 169/199] arch/mips/math-emu/sp_tlong.c: Checkpatch cleanup, Andrea Gelmini |
| Previous by Thread: | Re: [PATCH 164/199] arch/mips/math-emu/dp_modf.c: Checkpatch cleanup, Ralf Baechle |
| Next by Thread: | Re: [PATCH 168/199] arch/mips/math-emu/sp_tint.c: Checkpatch cleanup, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |