mirror of https://gitee.com/openkylin/linux.git
[ARM] 5226/1: remove unmatched comment end.
remove unmatched comment end. Signed-off-by: Jean-Christophe DUBOIS <jcd@tribudubois.net> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
c8791088cf
commit
212496fd9a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue