Skip to content

Commit

Permalink
sparc64: Fix function argument comment in camellia_sparc64_key_expand…
Browse files Browse the repository at this point in the history
… asm.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Sep 21, 2012
1 parent 65d5fcf commit 274504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc/crypto/camellia_asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SIGMA: .xword 0xA09E667F3BCC908B

.align 32
ENTRY(camellia_sparc64_key_expand)
/* %o0=in_key, %o1=out_key, %o2=key_len */
/* %o0=in_key, %o1=encrypt_key, %o2=key_len, %o3=decrypt_key */
VISEntry
ld [%o0 + 0x00], %f0 ! i0, k[0]
ld [%o0 + 0x04], %f1 ! i1, k[1]
Expand Down

0 comments on commit 274504f

Please sign in to comment.