kernel/arch/x86/crypto/sha256_ni_asm.S
.. .. @@ -97,7 +97,7 @@ 97 97 98 98 .text 99 99 .align 32 100 -ENTRY(sha256_ni_transform)100 +SYM_FUNC_START(sha256_ni_transform)101 101 102 102 shl $6, NUM_BLKS /* convert to bytes */ 103 103 jz .Ldone_hash .. .. @@ -326,8 +326,8 @@ 326 326 327 327 .Ldone_hash: 328 328 329 - ret330 -ENDPROC(sha256_ni_transform)329 + RET330 +SYM_FUNC_END(sha256_ni_transform)331 331 332 332 .section .rodata.cst256.K256, "aM", @progbits, 256 333 333 .align 64