Re: [PATCH v2 12/13] RISC-V: crypto: add Zvksh accelerated SM3 implementation
From: Eric Biggers
Date: Mon Nov 27 2023 - 23:13:21 EST
On Mon, Nov 27, 2023 at 03:07:02PM +0800, Jerry Shih wrote:
> +static int __init riscv64_riscv64_sm3_mod_init(void)
There's an extra "_riscv64" in this function name.
- Eric