crypto: x86/sm3 - Fixup SLS

This missed the big asm update due to being merged through the crypto
tree.

Fixes: f94909ceb1 ("x86: Prepare asm files for straight-line-speculation")
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Peter Zijlstra 2022-03-25 13:30:47 +01:00 committed by Herbert Xu
parent 7ed7aa4de9
commit aa8e73eed7
1 changed files with 1 additions and 1 deletions

View File

@ -513,5 +513,5 @@ SYM_FUNC_START(sm3_transform_avx)
movq %rbp, %rsp;
popq %rbp;
ret;
RET;
SYM_FUNC_END(sm3_transform_avx)