summaryrefslogtreecommitdiff
path: root/arch/sparc/crypto
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-09-21 12:04:51 -0700
committerDavid S. Miller <davem@davemloft.net>2012-09-21 12:04:51 -0700
commit274504f5e62882bb43ea6599b1308607956f20d9 (patch)
tree4cc75b5a2bb11feaedb9ce86dbfdc314f4ec8917 /arch/sparc/crypto
parent65d5fcf5c284735d3a4254cb17691842385984bb (diff)
sparc64: Fix function argument comment in camellia_sparc64_key_expand asm.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/crypto')
-rw-r--r--arch/sparc/crypto/camellia_asm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/crypto/camellia_asm.S b/arch/sparc/crypto/camellia_asm.S
index d3ef9c7bbd02..cc39553a4e43 100644
--- a/arch/sparc/crypto/camellia_asm.S
+++ b/arch/sparc/crypto/camellia_asm.S
@@ -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]