[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20070609115727.GK10873@zakalwe.fi>
Date: Sat, 9 Jun 2007 14:57:27 +0300
From: Heikki Orsila <shdl@...alwe.fi>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH] remove unnecessary ARM SHA-1 preprocessor directive
Remove an unnecessary C style preprocessor directive from ARM SHA-1
assember implementation. It confuses sloccount.
Signed-off-by: Heikki Orsila <heikki.orsila@....fi>
diff --git a/arch/arm/lib/sha1.S b/arch/arm/lib/sha1.S
index ff6ece4..67c2bf4 100644
--- a/arch/arm/lib/sha1.S
+++ b/arch/arm/lib/sha1.S
@@ -29,7 +29,7 @@ ENTRY(sha_transform)
stmfd sp!, {r4 - r8, lr}
@ for (i = 0; i < 16; i++)
- @ W[i] = be32_to_cpu(in[i]); */
+ @ W[i] = be32_to_cpu(in[i]);
#ifdef __ARMEB__
mov r4, r0
--
Heikki Orsila Barbie's law:
heikki.orsila@....fi "Math is hard, let's go shopping!"
http://www.iki.fi/shd
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists