[PATCH] remove unnecessary ARM SHA-1 preprocessor directive

From: Heikki Orsila
Date: Sat Jun 09 2007 - 07:58:53 EST


Remove an unnecessary C style preprocessor directive from ARM SHA-1
assember implementation. It confuses sloccount.

Signed-off-by: Heikki Orsila <heikki.orsila@xxxxxx>


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@xxxxxx "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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/