Skip to content

Commit

Permalink
[ARM] 5226/1: remove unmatched comment end.
Browse files Browse the repository at this point in the history
remove unmatched comment end.

Signed-off-by: Jean-Christophe DUBOIS <jcd@tribudubois.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
jcdubois authored and Russell King committed Aug 28, 2008
1 parent c879108 commit 212496f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/lib/sha1.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 212496f

Please sign in to comment.