]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
sparc64: Fix function argument comment in camellia_sparc64_key_expand asm.
authorDavid S. Miller <davem@davemloft.net>
Fri, 21 Sep 2012 19:04:51 +0000 (12:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Sep 2012 19:04:51 +0000 (12:04 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/crypto/camellia_asm.S

index d3ef9c7bbd0200b2fda84622e808e4dbf7dbf034..cc39553a4e436dd754e3f17c637211ea4149fd48 100644 (file)
@@ -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]