From patchwork Fri Sep 21 19:11:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: sparc64: Fix function argument comment in camellia_sparc64_key_expand asm. Date: Fri, 21 Sep 2012 09:11:53 -0000 From: David Miller X-Patchwork-Id: 185887 Message-Id: <20120921.151153.933298048729949049.davem@davemloft.net> To: sparclinux@vger.kernel.org Signed-off-by: David S. Miller --- arch/sparc/crypto/camellia_asm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sparc/crypto/camellia_asm.S b/arch/sparc/crypto/camellia_asm.S index d3ef9c7..cc39553 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]